Hi, I'm trying to configure SpamAssassin to run on my RH7.0 server. Procmail was installed with the inital setup. I've added the following line to my .forward file: "|IFS=' ' && exec /etc/smrsh/procmail -f- || exit 75 #test" I've also tried: "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #test" The user I'm trying this out on is "test". There is a .procmailrc file in /home/test/ just like what's described in the SpamAssassin INSTALL file. I've added a sym link for procmail in /etc/smrsh to /usr/bin/procmail. My sendmail.mc file has the following line: FEATURE(`smrsh',`/usr/sbin/smrsh')dnl When I send mail to test, it bounces back with this error: ----- The following addresses had permanent fatal errors ----- "|IFS=' ' && exec /etc/smrsh/procmail -f- || exit 75 #test" (reason: 550 Unsafe for mailing to programs) (expanded from: <test@fiero.net>) I've scoured the net for info on setting this up properly and have tried everything that's been suggested. I'm at a loss what else is causing this problem. Any insight would be appreciated. Thanks! jim