From: "Michael Monnerie" <[EMAIL PROTECTED]>

On Mittwoch, 2. November 2005 15:25 Mike Loiterman wrote:
8:24:50 [EMAIL PROTECTED]: /home/mike]# spamassassin -D --lint >
debug.txt 2>&1
Ambiguous output redirect.

Arhm - is that a Unix box? I can't imagine where that error comes from. Try

spamassassin -D --lint 2>&1|cat >debug.txt
or
spamassassin -D --lint 2>&1|mail mike
(this last line to receive it as mail)

mfg zmi

<< If it is a 'ix box and it is running bash the format he tried should
<< have worked. It may not work with other shells or if some bash using
<< 'ix box has modified bash so that this syntax does not work.

<< That is to say, "His way works here." (And it is what is recommended
<< in the bash documentation.

{^_^}

Reply via email to