You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/16 14:26:15 UTC

[Bug 3276] New: Invalid max-children (-m) option description

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: spamassassin-dev@incubator.apache.org
        ReportedBy: andy@demos.su


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.