Bug 103308 - [patch] mail/p5-Mail-SpamAssassin: SpamAssassin 3.1.5 sa-learn --mbx broken
Summary: [patch] mail/p5-Mail-SpamAssassin: SpamAssassin 3.1.5 sa-learn --mbx broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-16 01:10 UTC by Larry Rosenman
Modified: 2006-10-02 02:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2006-09-16 01:10 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2006-09-16 01:10:26 UTC
SpamAssassin's sa-learn --mbx is broken,  I've reported it upstream to 
their BugZilla as bug 5101.  below is the patch to fix it.  Can we 
include this patch?

How-To-Repeat: sa-learn --mbx --spam --showdots /path/to/a/mbx/file
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-16 02:17:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-29 01:55:03 UTC
Responsible Changed
From-To: perl->clsung

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-02 02:11:11 UTC
clsung      2006-10-02 01:11:06 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-SpamAssassin Makefile 
  Added files:
    mail/p5-Mail-SpamAssassin/files 
                                    patch-lib-Mail-SpamAssassin-ArchiveIterator.pm 
                                    patch-lib-Mail-SpamAssassin-Constants.pm 
  Log:
  - fix the issue
    "SpamAssassin's sa-learn --mbx is broken"
    http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5101
  
  PR:             ports/103308
  Submitted by:   Larry Rosenman <ler_AT_lerctr dot org>
  
  Revision  Changes    Path
  1.96      +1 -0      ports/mail/p5-Mail-SpamAssassin/Makefile
  1.1       +11 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-lib-Mail-SpamAssassin-ArchiveIterator.pm (new)
  1.1       +11 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-lib-Mail-SpamAssassin-Constants.pm (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-02 02:11:15 UTC
State Changed
From-To: open->closed

Committed. Thank You.