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 2008/08/13 23:25:18 UTC

[Bug 5960] New: don't bother suggesting obsolete modules as optional dependencies

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

           Summary: don't bother suggesting obsolete modules as optional
                    dependencies
           Product: Spamassassin
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: jm@jmason.org


these modules are obsoleted by better replacements:

{
  module => 'Mail::SPF::Query',
  version => '0.00',
  desc => 'Used to check DNS Sender Policy Framework (SPF) records to fight
email
  address forgery and make it easier to identify spams.  (Mail::SPF is
  preferred instead of this module.)',
},

{
  module => 'Mail::DomainKeys',
  version => '0.00',
  desc => 'If this module is installed, and you enable the DomainKeys plugin,
  SpamAssassin will perform DomainKey lookups when DomainKey
  information is present in the message headers.  (Note that new versions
  of Mail::DKIM render this module superfluous.)'
},


let's not mention them in Makefile.PL output for 3.3.0.


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

[Bug 5960] don't bother suggesting obsolete modules as optional dependencies

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5960


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5                          |P1




--- Comment #1 from Justin Mason <jm...@jmason.org>  2009-06-30 02:53:01 PST ---
trivial to fix

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

[Bug 5960] don't bother suggesting obsolete modules as optional dependencies

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5960


Justin Mason <jm...@jmason.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Justin Mason <jm...@jmason.org>  2009-06-30 08:56:00 PST ---
done.

: 5...; svn commit -m "bug 5960: don't refer to now-obsoleted optional
dependency modules (Mail::SPF::Query and Mail::DomainKeys)"
Sending        INSTALL
Sending        lib/Mail/SpamAssassin/Util/DependencyInfo.pm
Transmitting file data ..
Committed revision 789807 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=789807 ).

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