diff options
Diffstat (limited to 'pygm2n')
-rwxr-xr-x | pygm2n | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -51,7 +51,6 @@ def parse_cmdline(): parser.add_argument('-T', '--test', action='store_true', help='test mode (not send article via NNTP)') - parser.add_argument('-d', '--debug', action='store_true') parser.add_argument('-V', '--verbose', action='store_true', help='verbose output ' + '(usefull with -T option for debugging)') @@ -105,10 +104,6 @@ try: if opt.verbose: print(m2n.message.as_string()) - """phase 4: - open smtp connection and send e-mail - """ - if len(m2n.headers) > 0 and len(m2n.message.get_payload()) > 0: # wl.logmsg(m2n.heads_dict,wl.ACCEPT,owner) if not opt.test: |