Diff for /mail2lj/mail2lj.pl between versions 1.8 and 1.9

version 1.8, 2007/08/31 17:02:46 version 1.9, 2007/08/31 17:06:24
Line 1028  Options: Line 1028  Options:
                Insert the From: field from the e-mail as the first line of                  Insert the From: field from the e-mail as the first line of 
                the posted message.  The field is added in plain text (without                 the posted message.  The field is added in plain text (without
                any HTML-formatting - see '--fromh' for that).  For slight                  any HTML-formatting - see '--fromh' for that).  For slight 
                antispam protection, '\@' is replaced by '[_\@_]'.  The option                  antispam protection, '\@' is replaced by '$newdog'.  The option 
                can be negated ('--nofrom').  Default is '--nofrom'.                 can be negated ('--nofrom').  Default is '--nofrom'.
                Note: this option is independent from '--obfuscate' (i.e. the                 Note: this option is independent from '--obfuscate' (i.e. the
                prepended From is always obfuscated, even if the rest of the                  prepended From is always obfuscated, even if the rest of the 
Line 1043  Options: Line 1043  Options:
 -o, --obfuscate  -o, --obfuscate
                Obfuscate all e-mail addresses that are present in the body                 Obfuscate all e-mail addresses that are present in the body
                of the message.  For slight antispam protection, '\@' in these                 of the message.  For slight antispam protection, '\@' in these
                addresses is replaced by '[_\@_]'.  The option can be negated                 addresses is replaced by '$newdog'.  The option can be negated
                ('--noobfuscate').  Default is '--noobfuscate'.                 ('--noobfuscate').  Default is '--noobfuscate'.
   
 --spaces, --keepspaces  --spaces, --keepspaces

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>