[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [Raq3] Procmail upgrade/configuration questions
- Subject: Re: [cobalt-users] [Raq3] Procmail upgrade/configuration questions
- From: "Mike Palamar" <mike@xxxxxxxxxx>
- Date: Fri Sep 19 08:46:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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