Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71437 - dspam --stdout not working
Summary: dspam --stdout not working
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 13:07 UTC by Timo Maier
Modified: 2004-11-16 13:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Maier 2004-11-16 13:07:51 UTC
I have emerged dspam-3.2.1 to use with courier-mta and maildroprc. The important part of maildroprc is:

if ( $SIZE < 50000 )
{
    log "SPAM Filter to $RECIPIENT"
    exception {
         xfilter "/usr/bin/dspam --user $RECIPIENT --stdout"
    }
}

--stdout is not working

Here's my test from the commandline, no output at all:
elfuhr dspam # dspam --user tam --stdout <1.msg 
elfuhr dspam #    



Reproducible: Always
Steps to Reproduce:
1. add mail-filter/dspam to /etc/portage/package.keywords
2. emerge dspam
3.



Expected Results:  
See the msg at stdout
Comment 1 Timo Maier 2004-11-16 13:46:49 UTC
I had to add --deliver=innocent,spam command line parameter.