My assp.cfg file is 87054398 bytes long:
m5:/opt/assp # ls -las assp.cfg
85182 -rwxr-xr-x 1 root root 87054398 Apr 15 10:47 assp.cfg
m5:/opt/assp #
This is due to 4 very long lines:
m5:/opt/assp # awk 'length > 1000 { print NR, length }' assp.cfg
682 16777212
1014 3145716
1068 33554429
PlusPlus Internet Solutions LLC wrote:
> What happen if the user have an autoreply and it reply back to a spam
> message? assp will add the spammer address in whitelist and in this case
> and whiteSenderBase will prevail over the HMM/Bayes filter?
Read the ASSP Admin page on redre
Doug
---
Good question. I can't find documentation that describes what rules
cause email addresses collected into the whitelistdb automatically, but
I would hope that auto-replies are sent with "Precedence: bulk" and any
mail sent out as "Precedence: bulk" don't contribute to the whitelistdb
automatically.
What happen if the user have an autoreply and it reply back to a spam
message? assp will add the spammer address in whitelist and in this case
and whiteSenderBase will prevail over the HMM/Bayes filter?
Just brainstorming :-)
Thanx!
On 15/4/2016 3:53 p. m., Dossy Shiobara wrote:
> My guess i