Hi everyone

I'm using a virtual qmail setup, similar to vpopmail. The default
delivery instruction is:

|/usr/bin/dspam --deliver=innocent --user [EMAIL PROTECTED] --stdout \
| /usr/local/bin/vmail-deliver Maildir

... so the Maildir is at /var/qmail/mail/$HOST/$EXT/Maildir

In dspam.conf, the QuarantineAgent is set to:

/usr/local/bin/vmail-deliver-dspam %u Maildir/.Spam

... so the quarantine Maildir is at /var/qmail/mail/$HOST/$EXT/Maildir/.Spam

vmail-deliver and vmail-deliver-dspam are the delivery and quarantine
agents respectively.

The manpage for dspam states:

--stdout
If  the  message  is indeed deemed "deliverable" by the --deliver
flag, this flag will cause DSPAM to deliver the message to stdout,
rather than the configured delivery agent.

However, mail which is classified as spam is also being delivered to
the primary Maildir and NOT using the configured QuarantineAgent.

Does anyone have a clue why this is the case?

Thanks
Dale

Reply via email to