Lovell Mcilwain wrote:
> Can anyone tell me how I can get procmail to filter on a full
> subject line instead of just one word of the subject line?

I'm not sure exactly what you are asking.  The procmail filter line
(everything after the "* ") is just a standard regular expression
matched against the headers of the email message.  So if you wanted to
detect messages that had (exactly) the subject "Automated Bug Report",
you would use:

* ^Subject: Automated Bug Report$

Andy
_______________________________________________
LinuxR3000 mailing list
[email protected]
http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000
Wiki at http://prinsig.se/weekee/

Reply via email to