I’m seeing a similar issue, not sure if they are related or not. For me, procmail is throwing:
procmail: [28618] Wed Feb 8 11:47:42 2006
procmail: Failed forking “procmail”
procmail: No match on “^X-Spam-Status: Yes.*”
procmail: [28601] Wed Feb 8 11:48:05 2006
procmail: Failed forking “/usr/bin/cyrus/bin/deliver”
after about a day of uptime. The man page says this happens when the process table is full, but this server is not very high volume (30 users or so, 1000 messages/day) so that seems unlikely.
My /etc/procmailrc file:
LOGFILE=/tmp/procmail.log
VERBOSE=yes
HOME=/tmp
INCLUDERC=/Users/$USER/.procmailrc
# Run Spam Assassin
:0fw
| /usr/bin/spamassassin
# Spam box
:0
* ^X-Spam-Status: Yes.*
| /usr/bin/cyrus/bin/deliver -a “$USER” -e -r “$SENDER” -m “user/$USER/Spam”
# Deliver mail that falls through to the INBOX
:0
| /usr/bin/cyrus/bin/deliver -a “$USER” -e -r “$SENDER” -m “$USER”
Recent Comments