My .forward looks like:

 

"|FS=' ' && exec /usr/bin/procmail -f- || exit 75 cfogarty"

 

 

and my .procmailrc looks like:

 

# Pipe the mail through spamassassin (replace 'spamassassin' with 'spamc'

# if you use the spamc/spamd combination)

# The condition line ensures that only messages smaller than 250 kB

# (250 * 1024 = 256000 bytes) are processed by SpamAssassin. Most spam

# isn't bigger than a few k and working with big messages can bring

# SpamAssassin to its knees.

:0fw

* < 256000

| spamassassin

 

# Mails with a score of 15 or higher are almost certainly spam (with 0.05%

# false positives according to rules/STATISTICS.txt). Let's put them in a

# different mbox. (This one is optional.)

:0:

* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*

almost-certainly-spam

 

# All mail tagged as spam (eg. with a score higher than the set threshold)

# is moved to "probably-spam".

:0:

* ^X-Spam-Status: Yes

probably-spam

 

 

 

Yet I am getting:

 

 

Sep 21 13:04:40 ripper sendmail[30379]: g8LH4Us30379: from=<[EMAIL PROTECTED]>, size=5234, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=ESMTP, daemon=MTA, relay=[65.117.135.102]

Sep 21 13:04:40 ripper smrsh: uid 500: attempt to use FS=' ' && exec /usr/bin/procmail -f- || exit 75 cfogarty

Sep 21 13:04:40 ripper sendmail[30380]: g8LH4Us30379: to="|FS=' ' && exec /usr/bin/procmail -f- || exit 75 cfogarty", ctladdr=<[EMAIL PROTECTED]> (500/500), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=34713, dsn=5.0.0, stat=Service unavailable

Sep 21 13:04:40 ripper sendmail[30380]: g8LH4Us30379: g8LH4es30380: DSN: Service unavailable

 

 

 

If I remove the .forward my mail works fine.

 

 

Thanks

 

Christopher Fogarty

 

 

Reply via email to