Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [pstewart726] Digest::SHA1 Issue Debian

Quote Reply
Re: [pstewart726] Digest::SHA1 Issue Debian In reply to
Hi Paul,

Unfortunately it's been a while since we've last released a new version of Gossamer Mail so things are a bit out of date. It looks like Spam Assassin has updated their modules to use Digest::SHA instead of Digest::SHA1 as well.

What you can do to is to switch Gossamer Mail to use the system install Spam Assassin modules. I haven't tested this, but you'll have to do the following:
  • Comment out in admin/GMail/SpamAssassin.pm:
    • rules_filename => "$admin/GMail/Config/SpamAssassin/default-rules",
      site_rules_filename => "$admin/GMail/Config/SpamAssassin/site-rules",
    • use Digest::SHA1 ();
  • Rename admin/Mail to something else (eg. Mail.old)

That should make it use your system's Spam Assassin. Hopefully they didn't break their module's API :)

Adrian
Subject Author Views Date
Thread Digest::SHA1 Issue Debian pstewart726 8703 Sep 1, 2013, 11:02 AM
Thread Re: [pstewart726] Digest::SHA1 Issue Debian
brewt 8413 Sep 3, 2013, 3:29 PM
Thread Re: [brewt] Digest::SHA1 Issue Debian
pstewart726 8400 Sep 3, 2013, 3:37 PM
Post Re: [pstewart726] Digest::SHA1 Issue Debian
brewt 8294 Sep 9, 2013, 1:23 PM