T. Joseph Carter ([EMAIL PROTECTED]) wrote:
>
> 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?  =)
>
> _______________________________________________
It looks easy.  What's the catch?  ;^>

I'm dense.  So
* ^X-Spam-Status: Yes
becomes
* not " "

There are no local users so 'other' needs to be a variable that I can attach
to the front of @there.com so it will be delivered to the proper mailbox on
the other server.  Does Procmail have that stored?

[EMAIL PROTECTED]

BTW, the Milter is no longer incommunicado.  It is happily fitering away.  I
would prefer doing it with Procmail because it will almost work out of the
box.

Thanks

--
Assured Computing, Inc.
When you need to be sure.
http://www.assuredcomp.com/
P.O. Box 40814
Eugene, OR 97404
Voice - 541-868-0331
FAX - 541-463-1627


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

Reply via email to