https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6603

             Bug #: 6603
           Summary: Make sa-learn handle an empty folder list correctly -
                    Debian patch
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Learner
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Created attachment 4904
  --> https://issues.apache.org/SpamAssassin/attachment.cgi?id=4904
Debian patch to fix empty list handling in sa-learn

This has been in the Debian packaging for two years.

Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491159

The change is just:

-  @targets = ('-') unless @targets;
+  @targets = ('-') unless @targets || $opt{folders};

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to