Gregory Hadlock wrote: > Thanks, Kevin. One quick clarification: > > The user [EMAIL PROTECTED] is the recipient and domain.com is one of the > domains on my local mail server running through ASSP. Will bombSenderRE > look at the recipients or is it only a Regex filter for the sender of the > message?
Ahh i missed that (been a loooong day). 'bombSenderRe' only checks the sender. In your case you should add the "[EMAIL PROTECTED]" address to 'spamtrapaddresses' and set the "Penalty Trap Address" score to be higher than or equal to 'PenaltyLimit'. This is what i do and it blocks the messages just fine. DoPenalty is set to 1 and i don't use any message scoring. 1.3.1 fyi > On 8/6/07, Kevin <[EMAIL PROTECTED]> wrote: >> Gregory Hadlock wrote: >>> Lastly, if I can't reject an email based on the recipients address using >> the >>> Penalty Box, is there some other way that I can do this (e.g. Regex)? >>> Thanks much! >> 'bombSenderRe' does exactly this. It rejects messages before delaying, >> no collecting is possible if a message is blocked with this test. >> >> Keep in mind this IS a regex field so you have to escape the . in >> domains. (i made this mistake) >> >> eg: [EMAIL PROTECTED] >> >> Kevin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
