Greetings,

Anyone know the magic to get spamc to operate as
spamassassin re:  spamassassin --exit-code ?

just replacing spamassassin with spamc doesn't
do it in my mail delivery script.  I need to 
use a different script path if spam, and although

        spamc < msg > newmsg
        if spamc -c < msg
           one thing
        else
           the other thing

is faster than:

        spamassassin --exit code < msg > new_msg
        if $?
        then
                one thing
        else
                the other thing

it hurts my "don't pass over the data more than once."


Cheers!
-sam



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to