Mailing List Archive

def_welcomelist_auth versus def_whitelist_auth in 60_welcomelist_auth.cf
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
--
theall@tifaware.com
Re: def_welcomelist_auth versus def_whitelist_auth in 60_welcomelist_auth.cf [ In reply to ]
On 2023-10-12 at 12:09:48 UTC-0400 (Thu, 12 Oct 2023 12:09:48 -0400)
George A. Theall via users <theall@tifaware.com>
is rumored to have said:

> 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?

Yes.

>
> ~# 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


Well, that needs fixing then...


# svn diff
Index: 60_welcomelist_auth.cf
===================================================================
--- 60_welcomelist_auth.cf (revision 1912921)
+++ 60_welcomelist_auth.cf (working copy)
@@ -794,6 +794,7 @@
def_welcomelist_auth *@*.redditgifts.com
def_welcomelist_auth *@*.tdworld.com
def_welcomelist_auth *@*.thenorthface.com
+def_welcomelist_auth *@*.bark.com
def_welcomelist_auth *@*.center.io
def_welcomelist_auth *@*.movethisworld.com
def_welcomelist_auth *@*.pgsurveying.com
@@ -1098,6 +1099,7 @@
# authentic emails
#
def_whitelist_auth *@*.indeed.com
+def_whitelist_auth *@*.wellframe.com
def_whitelist_auth *@*.hyatt.com
def_whitelist_auth *@*.sears.com
def_whitelist_auth *@*.jcpenney.com

# svn commit -m "trued up welcome/white discrepancy"
Authentication realm: <https://svn.apache.org:443> ASF Committers
Password for 'billcole': ***************

Sending 60_welcomelist_auth.cf
Transmitting file data .done
Committing transaction...
Committed revision 1912923.



--
Bill Cole
bill@scconsult.com or billcole@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire