On 08/18/03 12:47 -0500, Chris Barnes wrote:
> What would the procmail script look like that would look at the subject
> line and strip out the *****SPAM***** if it exists?  

I do this, use the following, as I prefer to not have [SAtalk] on the
subject line.  This recipe strips out the string and sends the message
along to the Spamassassin_talk folder.  You can modify it to suit your
taste to eliminate the ******SPAM***** string:

:0fw
* ^TO_spamassassin-talk
| sed -e '/Subject:/s/\[SAtalk\] //g'

  :0a:
  Spamassassin_talk


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to