On Mon, Oct 06, 2003 at 06:29:17PM -0300, Eduardo Gargiulo wrote:
> QMAILQUEUE="/usr/local/bin/spamassassin -P" export QMAILQUEUE
...
> but the messages are not delivered. The logs says "unable to exec qq".

Is eem to remember, that the QMAILQUEUE-Variable does not
contain a program's 'call' but ONLY THE PATH!

So to add the Parameter '-P' you would need to write a script,
then put the Script's PATH (without parameters) in QMAILQUEUE.

BUT if your 'spamassassin' is 'new enough'
it will *DEFAULT* to exactly this '-P',
so you should try first just to
remove the ' -P' and run it with:

 QMAILQUEUE="/usr/local/bin/spamassassin"; export QMAILQUEUE

Yours Stucki  / postmaster at math/inf/mi.fu-berlin.de

(PS. the Semicolon makes it old-'sh' compatible)


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to