On Fri, Mar 19, 2004 at 04:42:26PM +0000, Bob Crandell wrote:
> I'm having trouble getting Sendmail to understand I want it to talk to
> SpamassMilter.  In poking around looking for an answer, I got to thinking that
> Procmail is already filtering the way I want.  How do I have Procmail forward
> this filtered email to another box in the same domain?
> 
> This section sends mail to a folder:
> :0:
> * ^X-Spam-Status: Yes
> $HOME/mail/caughtspam
> 
> Can
> $HOME/mail/caughtspam
> be changed to:
> forwardto:[EMAIL PROTECTED]
> 
> Dropping
> * ^X-Spam-Status: Yes
> of course.
> 
> What's the correct syntax for:
> forwardto:[EMAIL PROTECTED]

Dropping the X-Spam-Status header requires that you do a bunch of pipes.

Just sending the message on would be

:0                        <--- no need to lock
* ^X-Spam-Status:.*Yes    <--- technically you should have .* not " "
[EMAIL PROTECTED]           <--- isn't that easy?  =)

_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to