[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [Raq3] Procmail upgrade/configuration questions



> I would like to set up procmail globally on the server, so that all
recipes
> apply to all email boxes.  I found some stuff in the archives, but it
didn't
> pertain to this particular situation I'm interested in.  Can anyone point
to
> a tutorial on this that is specific to the Raq3?

Place your recipe at /etc/procmailrc for global filter. Here is a sample of
my global procmailrc file.

VERBOSE=off
LOGABSTRACT=yes
COMSAT=no
LOGFILE=/var/log/procmail.log

# sircam be gone
:0B:
* (in order to have your advice|que me des tu punto de vista)
/dev/null

# Silly Subjects: bad subject line goes bye bye
:0:
*  1100^0   ^Subject: \[?ADV.*\]?
/dev/null

## clean environment (this gets passed on to users)
VERBOSE=
LOGABSTRACT=
LOGFILE=
COMSAT=

-Mike