On Wed, 22 May 2002, Brian wrote:

> I can use some help with a recipe or any suggestion to accomplish (hopr
> you get the idea here)...
> :0
> * ^X-Spam-Status: Yes
> {B
>   * ^SPAM: Hit! (3.0 points)  Listed in Razor*
>   /dev/null
> }
> {B
>   * ^SPAM: Hit! (2.0 points)  Received via a relay in relays.osirusoft.com*
>   /dev/null
> }
> !spam@localhost

You can't mix multiple actions like that.  You need something like

:0
* ^X-Spam-Status: Yes
{
 :0
 * X-Spam-Status:.*(RAZOR_CHECK|RCVD_IN_OSIRUSOFT_COM)
 /dev/null

 :0E
 !spam
}

> Scanning the body doesn't seen to efficient.

Hence, scan the header for the rule name, rather than scanning the body 
for the rule description.

> Send it back w/a SA notice would be fun, but I hate to clutter the
> landscape with trash.

Bouncing spam is almost always a waste of resources; the sender address is 
frequently forged.


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to