Hi guys
I need your help, i'am running redhat linux 7.3, and using Sendmail +
Procmail as MTA + LDA respectively.
I've setup spamassasin in /etc/procmailrc, the next way:
--- begin /etc/procmailrc
DROPPRIVS=yes
:0fw
| /usr/bin/spamc
--- end /etc/procmailrc
And the daemonize version is running through /etc/rc.local with:
/usr/bin/spamd -d
I have to set up a vacation period out of office for one user and, the
instructions tell me i have to create custom .forward and .procmailrc files
in his home directory.
How must i do to keep spamassasion for this user and all users and still
have the autoreply for this user ?
Hans