On Friday 31 January 2003 02:42 pm, Ben Lutgens wrote:
> >I don't want to HOLD the spam, I want to reject it. The holding part is
> > the
>
> Get creative with your system_filter, surely you can do a few header checks
> and bounce from that.

Yeah, that's what I did:


## -----------------------------------------------------------------------
# If the message has been marked as spam already, just reject it. This is
# is an attempt to stop the MX relay spamming that is happening
if $header_x-spam-flag: contains "yes"
then
  fail text "fill in your message here"
  seen finish
endif

-- 
Bob Tanner <tanner at real-time.com>         | Phone : (952)943-8700
http://www.archives.real-time.com, Minnesota, Linux | Fax   : (952)943-8500
http://www.linuxjustworks.com             | Linux Just Works!         
Key fingerprint = AB15 0BDF BCDE 4369 5B42  1973 7CF1 A709 2CC1 B288

_______________________________________________
Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul, Minnesota
http://www.archives.real-time.com tclug-list at archives.real-time.com
https://mailman.real-time.com/mailman/listinfo/tclug-list