On Friday, December 26, 2003 8:31 PM, Andrew wrote: > Here is what my .qmail file looks like. > > |/usr/local/bin/spamc -u andrew > ./Maildir/
> Anyone have any idea what's happening? this is an issue do to your qmail configuration; it's not a spamassassin issue. each line of a .qmail-username file is one instruction, each having [basically] nothing to do with the next. you are telling qmail to: 1] pipe the original message into spamc and send the output to nowhere (basically) 2] deliver the original message to ./Maildir/ what you need is to pipe the original message into spamc, and deliver the output to ./Maildir/ you'll need something to write standard input out to Maildir. you can try http://www.din.or.jp/~ushijima/maildirdeliver.html just put in the .qmail-username (all one line): |/usr/local/bin/spamc -u andrew | /usr/local/bin/maildirdeliver /home/username/Maildir substituting for what directory to deliver the mail to, of course. Jeremy Kister www.jeremykister.com/jeremy/ Argus: The World's Most Advanced Monitoring Software: http://argus.tcp4me.com ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk