bugSpamAssassin Milter Plugin - Bugs: bug #10531, reject with SA 3.0.0

 
 

bug #10531: reject with SA 3.0.0

Submitter:  None
Submitted:  Wed 29 Sep 2004 09:19:37 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 14 Aug 2014 03:55:56 AM UTC, comment #2: 

comments indicate this was fixed with a newer release.

reopen if not.

Todd Kover <kovert>
Group administrator
Wed 29 Sep 2004 10:18:19 PM UTC, comment #1: 

Yes, this is already fixed in CVS.  I am getting ready to put out a new release with another minor SA 3.0 tweak.


Dan Nelson <dnelson>
Group administrator
Wed 29 Sep 2004 09:19:37 PM UTC, original submission:  

When you use the reject option with SA 3.0.0 , you can get a :
"Could not extract score from <Yes, score...>" message.
just diff the following:
--- spamass-milter.cpp  Wed Sep 29 23:09:36 2004
+++ spamass-milter.cpp-new      Wed Sep 29 23:09:09 2004
@@ -365,7 +365,7 @@
        {
                int score, rv;
                const char *spam_status = assassin->spam_status().c_str();
-               rv = sscanf(spam_status,"%*s hits=%d", &score);
+               rv = sscanf(spam_status,"%*s score=%d", &score);
                if (rv != 1)
                        debug(D_ALWAYS, "Could not extract score from <%s>", spam_status);
                else



and recompile the milter.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kovert (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-08-16 kovert Open/ClosedOpen Closed
    2014-08-14 kovert StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code