In looking at the recent change to 60_welcomelist_auth.cf, I noticed
that the file has two sets of address patterns - one in
def_welcomelist_auth and the other in def_whitelist_auth - and that
they're not the same.  Should they be?

~# perl -n -e 'print "$1\n" if (/^def_welcomelist_auth\s*(.+)$/);' 
/var/lib/spamassassin/3.004006/updates_spamassassin_org/60_welcomelist_auth.cf > 
/tmp/welcomelist
~# perl -n -e 'print "$1\n" if (/^def_whitelist_auth\s*(.+)$/);' 
/var/lib/spamassassin/3.004006/updates_spamassassin_org/60_welcomelist_auth.cf > 
/tmp/whitelist
~# diff /tmp/welcomelist /tmp/whitelist
56d55
< *@*.wellframe.com
728a728
*@*.bark.com


George
--
the...@tifaware.com

Reply via email to