On Wed, Jul 09, 2003 at 02:49:10PM -0700, Patrick Murphy wrote:
> Hi,
> 
> I am running Spamasssassin / Spamass-Milter on Solaris 8 with Sendmail
> 8.12.9. I want to be able to have identified spam placed in a per user
> spam file without the spam appearing in the users Inbox. 
> 
> I understand that Procmail is probably my best option to achieve this,
> but I still want to retain sendmail and its features. Is there a means
> of integrating sendmail / spamassassin with procmail where procmail acts
> as the delivery agent after spamasassin ? As I understand it procmail
> can selectively deliver based on Hits and/or subject. Hopefully I am not
> the first to try to do this. 

Certainly, just use procmail as your sendmail delivery  agent  instead
of the standard /bin/mail
On a Solaris 7 mail server I admin, the relevant lines in the M4  file
used to generate sendmail.cf are:

define(`PROCMAIL_MAILER_PATH', `/usr/local/bin/procmail')
FEATURE(`local_procmail')dnl

PROCMAIL_MAILER_PATH is needed because it's not where it would be looked for
by default (/bin and /usr/bin)

Then just re-create your sendmail.cf and you're done.
Greets,
_Alain_


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to