http://bugzilla.spamassassin.org/show_bug.cgi?id=4276
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |cla
Target Milestone|3.1.1 |3.1.0
------- Additional Comments From [EMAIL PROTECTED] 2005-04-30 21:54 -------
Looks good. Style comment: I'd change:
if ( $? == 0 and not $dir =~ /.+ -> &/) {
to
if ($? == 0 && $dir !~ /.+ -> &/) {
moving back to 3.1.0 with "cla" pending flag added, we'll see if it can make
it...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.