On Wed, May 01, 2002 at 06:54:37PM -0700, Craig R Hughes wrote:
> HK> 3.  Finally, putting the ':0fw | spamc' line in /etc/procmailrc doesn't seem
> HK> to work.  I have to invoke spamc from ~/.procmailrc instead.  A little bit
> HK> of a hassle since I have to manually do this for every user.
> 
> :0fw
> |/usr/bin/spamc
> 
> It's two lines.  Could be that the path isn't finding your spamc in
> /etc/procmailrc but the path is being set to something more complete if you're
> in ~/.procmailrc

Or perhaps even that procmail isn't looking at /etc/procmailrc  (which
would suprise me.)

Try this out:

# touch /var/log/procmail.log
# chmod 666 /var/log/procmail.log

(It needs to be 666, world writeable anyway, since procmail
runs as the user during delivery.)

And then stick the following three lines in the top of your /etc/procmailrc

LOGABSTRACT=all
LOGFILE=/var/log/prcmail.log
VERBOSE=YES

Then, tail -f /var/log/procmail.log

It'll tell you more than you need to know, but should help you in traking
down what is or isn't happening.

-- 
Kelsey Cummings - [EMAIL PROTECTED]         sonic.net
System Administrator                    300 B Street, Ste 101
707.522.1000 (Voice)                    Santa Rosa, CA 95404
707.547.2199 (Fax)                      http://www.sonic.net/
Fingerprint = 7F 59 43 1B 44 8A 0D 57  91 08 73 73 7A 48 90 C5

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to