Daniel L. Miller wrote:
> My understanding is the spamtrap addresses (spamaddresses) directly feed 
> the bayesian spam corpus, and the penaltytrap addresses 
> (spamtrapaddresses) are immediately rejected by the penalty box.
> 
> If the penaltytrap addresses are merely rejected - what is their purpose?

Scoring of the sending IP.

> Also, a question on exportExtremeFile and denySMTPConnectionsFrom. The 
> GUI states extreme penalties will expire after ExtremeExpiration days.  
> There is no mention given under exportExtremeFile if that expiration 
> timer ever resets - so my assumption is after x days the blocked server 
> will be allowed through again.  For me, if a remote sending server has 
> reached my extreme levels - I never want to deal with it again unless I 
> get a phone call.  So I want it permanently blocked.
> 
> The example in the GUI shows using the exportextreme.txt file - which is 
> the default example for the extreme list.  However, my understanding is 
> that list is constantly being updated (which I like, but I don't want 
> servers automatically REMOVED from that list).  So do I need to have a 
> cron job periodically append the exportextreme.txt to a denysmtp.txt?  

The 'exportExtremeFile' file is only appended by ASSP, it does not read 
the IPs back into itself for processing other than to sort them and make 
sure they are unique, none are ever removed from the list by ASSP.

You could use a cron job to merge the 2 files, however i would be 
hesitant to do this automatically.

> If that is the case - should the exportextreme.txt file be deleted each 
> time to avoid duplication in the denysmtp.txt?

I don't think there is any issue having duplicate IPs in the 
'denySMTPConnectionsFrom' file.

Keep in mind once you put an IP in the 'denySMTPConnectionsFrom' it will 
never again appear in the 'exportExtremeFile'(it will be blocked before 
it has a chance).

Kevin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to