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/14 17:31:19 UTC

[Bug 3270] New: have scripts require same level of module version

http://bugzilla.spamassassin.org/show_bug.cgi?id=3270

           Summary: have scripts require same level of module version
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: felicity@kluge.net


There've been some people on the -users list complaining about broken "spamassassin" scripts.  The 
problem ends up being that the script "spamassassin" is from an old version (say 2.4x), but uses new 
modules (say 2.6x).  The output of "spamassassin -h" says 2.6x because M::SA::Version() says 2.6x, but 
the script is really not 2.6x.

So I'm thinking it should be like the require_version config option, where spamassassin and spamd 
would know what version they are via the installation process, and then they'd check the modules 
version to make sure it's all the same, and error out if they're not.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.