<snip> > somealias: ""|/usr/bin/spamassassin -W"" > > mail forwarded to this alias at my machine bounces with the message > > 550 5.1.1 ""|/usr/bin/spamassassin -W""... User unknown > > If I use the sytax you suggest > > somealias: |"/usr/bin/spamassassin -W" > > mail forwarded to this alias at my machine bounces with the message > > smrsh: spamassassin not available for sendmail programs > 554 5.0.0 Service unavailable
your sendmail config is using smrsh. you have to link to the programs you want to be able to run out of aliases. man smrsh, but it's usually under /usr/adm/sm.bin so you'll want ln -s /usr/bin/spamassassin /usr/adm/sm.bin/spamassassin or the like ( or /usr/bin/spamc if you're using spamc through the alias) hth, Dave ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk