You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by macosxdh <se...@yahoo.com> on 2008/04/11 21:12:09 UTC

SA Test Hangs

i seem to have a problem, when i run this command:

spamassassin -tD >
/users/sysadmin/Desktop/Mail-SpamAssassin-3.1.9/sample-spam.txt

this is the output:

[29784] dbg: logger: adding facilities: all
[29784] dbg: logger: logging level is DBG
[29784] dbg: generic: SpamAssassin version 3.1.9
[29784] dbg: config: score set 0 chosen.
[29784] dbg: util: running in taint mode? yes
[29784] dbg: util: taint mode: deleting unsafe environment variables,
resetting PATH
[29784] dbg: util: PATH included '/usr/local/bin', keeping
[29784] dbg: util: PATH included '/bin', keeping
[29784] dbg: util: PATH included '/sbin', keeping
[29784] dbg: util: PATH included '/usr/bin', keeping
[29784] dbg: util: PATH included '/usr/sbin', keeping
[29784] dbg: util: final PATH set to:
/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin
[29784] dbg: message: ---- MIME PARSER START ----
[29784] dbg: message: main message type: text/plain
[29784] dbg: message: parsing normal part
[29784] dbg: message: added part, type: text/plain
[29784] dbg: message: ---- MIME PARSER END ----
[29784] dbg: dns: is Net::DNS::Resolver available? yes
[29784] dbg: dns: Net::DNS version: 0.50


it just hangs there, no end in site, i let it go for about 10min, no
response.....any ideas?


thank you

-- 
View this message in context: http://www.nabble.com/SA-Test-Hangs-tp16628216p16628216.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.


Re: SA Test Hangs

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
On 11/04/2008 3:12 PM, macosxdh wrote:
> i seem to have a problem, when i run this command:
> 
> spamassassin -tD >
> /users/sysadmin/Desktop/Mail-SpamAssassin-3.1.9/sample-spam.txt

> it just hangs there, no end in site, i let it go for about 10min, no
> response.....any ideas?

spamassassin is waiting for input.  Until you give it some it'll wait
forever.  Since you redirected STDOUT to sample-spam.txt you'll find
that that file is now empty.  Perhaps you intended to use an '<' rather
than a '>'.

Daryl