Carlos Averett wrote:
Ok, I'm just stumped here. I'm trying to get SpamAssassin to work with TMDA, using a .qmail-user file.

I've tried every way I could think of to do it, including using a .qmail-user looking like:
========
|preline -f -d /usr/bin/spamc -u [EMAIL PROTECTED] -e /usr/share/toaster/tmda-1.0.2/bin/tmda-filter \
-c /home/vpopmail/domains/testdomain.com/test/.tmda/config -t /home/vpopmail/domains/testdomain.com/test/.tmda/templates/
|/home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]


Tmda-filter works fine, and spamc outputs to stdout correctly. For some reason, when I attempt to combine SA with tmda, tmda delivers a message that is unparsed by SpamAssassin.
I don't know where the problem is, can anyone help?

Try this.


|preline -f -d /usr/bin/spamc -u [EMAIL PROTECTED] | \
/usr/share/toaster/tmda-1.0.2/bin/tmda-filter \
-c /home/vpopmail/domains/testdomain.com/test/.tmda/config \
-t /home/vpopmail/domains/testdomain.com/test/.tmda/templates/
|/home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]

Just to be clear, there are only two lines in the above example.

Andrew

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to