Hello courier-users,

    I   use   this   maildroprc  script  for  checking  messages  with
    Spamassassin  and  kill spam:

       exception {

        xfilter "/usr/local/bin/spamc -u courier"

        if( (/^X-Spam-Status: Yes/) )
        {
        echo "*** SPAM threshold exceeded; dropping"
        EXITCODE=0
        exit
        }
          }

      But I want to send error messages to
    spammers if spamassassin found spam, like "555 Your message marked
    as SPAM, score 10"
    How can I do it with courier?
    Thanks for help.

-- 
Best regards,
Sergio Bortsov(Neonet ISP),                          mailto:[email protected]
phones:+38(032)2987593;
       +38(098)4491155.
ICQ: 310759065
WEB: www.sergio.lviv.ua


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to