http://bugzilla.spamassassin.org/show_bug.cgi?id=4501
Summary: Import blacklists/whitelists from referenced external
files
Product: Spamassassin
Version: 3.0.3
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I would like to tell SA to read addresses to add to blacklist_to, whitelist_from
etc. from a separate file, like this:
blacklist_from file:/etc/mail/blacklist
This file would be a standard simple one-item-per-line file, with # denoting
comments. The reason that the existing include mechanism isn't sufficient is
that I want to share this file with other programs, which don't understand SA's
keywords. (More specifically, I want to put spamtrap addresses in the file. The
file would then be used to fetch addresses to put on webpages as well as to
control the MTA and SA.)
This could of course be generalised in two ways: 1) By adding more import
mechanisms such as "db:" and "http:" in addition to plain text files, and 2) by
allowing it in other places, such as rules.
I guess that I could accomplish my specific goal by writing a plugin, but what
do you say, have this been discussed?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.