I am running spamassassin through exim with auto-whitelists enabled, i am also
manually putting email addresses into the blacklist with --add-to-blacklist
as the mail user. I wish to know how to list the people in the whitelist and
blacklist and know how to modify/remove entry's from it.
-Ensl
Thanks for finding this bug Pete. I've just checked in the fix, which is that
where it's still got auto_whitelist_threshold, it should have _factor
C
Pete Hanson wrote:
PH> I've been looking at the auto-whitelist code trying to figure out if it is
suitable for our environment, and it looks to
I've been looking at the auto-whitelist code trying to figure out if it is suitable
for our environment, and it looks to me like this code may be broken. The
documentation makes reference to an auto_whitelist_threshold option, and the code in
Conf.pm does try to read this setting, but as near