Bruce Marshall spewed electrons into the ether that assembled into:
> > how'd you do that? Right now I have 'X-Spam-Staus: Yes' going to special
> > folder. Love to see how you interrogated the 'hits=' value
>
> ==============Start of recipe================
>
> #get rid of spammers
>
> :0fw
> :
> | spamassassin -P
> |
> :0e
>
> {
> EXITCODE=$?
> }
>
> # Send everything hits=10 and above to dev/null but count them
>
> :0
>
> * ^X-Spam-Status:.*hits=[1-9][0-9]
> {
>
> :0 c
> :
> | /usr/local/bin/cntspam
> |
> :0
>
> /dev/null
> }
>
> # Put everything hits=5 to 9 in lowspam
>
> :0:
>
> * ^X-Spam-Status:.*hits=[5-9][\ \.]
> /var/spool/mail/lowspam
sweet. thanks!
--
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: Linux StepByStep - http://www.linux-sxs.org
panic("Oh boy, that early out of memory?");
2.2.16 /usr/src/linux/arch/mips/mm/init.c
_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.