So I thought it worked... But I spoke too soon.  It ONLY sends mail
through spamassassin if I send mail locally.  As soon as I try to send
mail to [EMAIL PROTECTED], spamassassin no longer checks it, and it just
gets forwarded back out.  You can see my .procmailrc file below, and
I've deleted .forward.  Why isn't it being fed to spamc *before* it gets
forwarded?  I can't seem to figure it out...

I want sendmail to grab the messages sent to [EMAIL PROTECTED], which
should forward to a local user named user.  Than feed that message to
spamc, and then forward the messages back out to [EMAIL PROTECTED]  Am I
taking the wrong approach?  Is there some magic procmail config that
will work for me?

Thanks,
Nick


-----Original Message-----
From: Bill Tangren [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2003 12:05 PM
To: [EMAIL PROTECTED]
Subject: Re: spamassassin and ~/.forward


Nick White wrote:
> Ok, I see what you're saying.  My current .procmailrc file looks like
> this:
> 
> :0fw
> | /usr/bin/spamc
> 
> So what would I need to do to make this not deliver locally, and
forward
> it to [EMAIL PROTECTED]
> 
This recipe will do it. I pulled it out of 'man procmailex'

:0 c
! [EMAIL PROTECTED]

HTH,

Bill




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to