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: [email protected]
Reporter: [email protected]
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.