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 2018/10/05 17:44:16 UTC

[Bug 7639] New: RelayCountry does't work with CamelCase path

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7639

            Bug ID: 7639
           Summary: RelayCountry does't work with CamelCase path
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Hardware: PC
                OS: OpenBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Plugins
          Assignee: dev@spamassassin.apache.org
          Reporter: giovanni@paclan.it
  Target Milestone: Undefined

If I try this configuration snippet:
ifplugin Mail::SpamAssassin::Plugin::RelayCountry
 geodb_module DB_File
 geodb_options country:/var/db/GeoIP/ipcc.db
 add_header all Relay-Country _RELAYCOUNTRY_
endif

SA gives in the log file this error:
Oct  5 19:39:09.452 [29657] dbg: geodb: IP::Country::DB_File database not
found: /var/db/geoip/ipcc.db
Oct  5 19:39:09.453 [29657] dbg: geodb: No supported database could be loaded
Oct  5 19:39:09.453 [29657] dbg: metadata: RelayCountry: plugin disabled: No
supported GeoDB database could be loaded

GeoDB module tries to open the database after converting the path in lowercase.

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

[Bug 7639] RelayCountry does't work with CamelCase path

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

Henrik Krohns <he...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |hege@hege.li

--- Comment #1 from Henrik Krohns <he...@hege.li> ---
Heh thanks good catch. Fixed:

Sending        Conf.pm
Transmitting file data .done
Committing transaction...
Committed revision 1842958.

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