http://bugzilla.spamassassin.org/show_bug.cgi?id=3276

           Summary: Invalid max-children (-m) option description
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamc/spamd
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


SPAMD: -m num:msgs syntax doesn't fit the GetOptions('m=i') behaviour
(or vice versa). 'i' format means integer, and X:Y (or X,Y) is NOT integer,
so we can't call spamd as "spamd -m 10:100" :((

Probably the fix is to change 'm=i' to 'm=s' (in GetOptions()).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to