On 03/17/2011 11:01 AM, Oliver Welter wrote:
> I guess this is not possible with qms alone, but you can use the tagging
> feature together with your local mail delivery (I guess qmail) and maildrop.
>
> QMS puts an additional header into yout mails indicating their
> "Spamscore" and you than can decide on delivery what to todo.

Oliver is totally correct. All Unix MTAs are only responsible for
getting mail to the users accounts, and they are meant to use "filter
processes" to separate that stream of mail into different folders/etc.
maildrop is one - procmail is another.

e.g maildrop allows you to create global rules via /etc/maildroprc.
Putting the following into there would filter tagged spam into a Spam
sub-folder

DEFAULT="$HOME/Maildir/"
if (/^X-Spam-Status: Yes/)
        to $HOME/Maildir/.Junk/


NOTE: maildrop doesn't auto-create mail folders, so you'd have to do
that first for existing accounts, and then create a Maildir/.Junk
maildir tree under /etc/skel to make that automatically happen for any
new Unix accounts (I cannot help for other more exotic setups)

-- 
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1


------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to