Bug Tracker item #2917031, was opened at 2009-12-18 14:51
Message generated for change (Tracker Item Submitted) made by steve381
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2917031&group_id=250683

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v3.9.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: steve381 (steve381)
Assigned to: Nobody/Anonymous (nobody)
Summary: MTA Option "broken returnCodes" not working

Initial Comment:
in dspam 3.9.0-RC2 "broken returnCodes" are not working for processing or 
relearning messages .
if i only classify messages it's working fine
in dspam 3.8.0 it's working .

TEST1 : only classify message
Version 3.8.0
----------------
# /opt/dspam/bin/dspam --user #### --classify  --stdout < /home/dspamtest/mail1
X-DSPAM-Result: ####; result="Spam"; class="Spam"; probability=0.7177; 
confidence=0.49; signature=N/A
# echo $?
99

Version 3.9.0-RC2
----------------------
# /opt/dspam-3.9.0-RC2/bin/dspam --user #### --classify  --stdout < 
/home/dspamtest/mail1
X-DSPAM-Result: hi...@wvnet.at; result="Spam"; class="Spam"; 
probability=0.7177; confidence=0.51; signature=N/A
# echo $?
99

TEST2 : process message
Version 3.8.0
----------------
# /opt/dspam/bin/dspam --user #### --process --deliver=innocent,spam --stdout < 
/home/dspamtest/mail1 >/dev/null
# echo $?
99

Version 3.9.0-RC2
----------------------
# /opt/dspam-3.9.0-RC2/bin/dspam --user #### --process --deliver=innocent,spam 
--stdout < /home/dspamtest/mail1 >/dev/null
#echo $?
0

Same Situation in retraining mails ( --class=spam --source=error )

I have attached the mail which i have used for testing and the output from 
"stdout"




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2917031&group_id=250683

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to