diff options
Diffstat (limited to 'test/test_wlp.py')
-rwxr-xr-x | test/test_wlp.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_wlp.py b/test/test_wlp.py index 62b2551..759dffe 100755 --- a/test/test_wlp.py +++ b/test/test_wlp.py @@ -52,8 +52,11 @@ Return-Path: <pyg@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.2.5i -X-Multiline: this header probably broke RFC, but is frequent. +X-Multiline: this header probably broke RFC, but is frequent. X-Gateway: pyg %s %s + +one line test + """ % (mail2news.VERSION, mail2news.DESC) def test_m2n(self): |