Nick White wrote:
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



I recommend turning on verbose logging temporarily, to see what is happening. Add this to the top of your .procmailrc file:


LOGFILE=$PMDIR/log
LOGABSTRACT=all
VERBOSE=yes

where PMDIR is where you want to put the procmail log file. This will generates *lots* of output, so turn it on, try your test, then turn it off again.

HTH,
Bill




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

Reply via email to