http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4963
Summary: Changing state of the SA object after M::SA->new()
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Is this / should it be possible to change settings of a Mail::SpamAssassin
object after M::SA->new()? Right now, the settings for which it would make
sense would be:
- local_tests_only
- userprefs_filename
- userstate_dir
- dont_copy_prefs
- home_dir_for_helpers
- save_pattern_hits (maybe)
Purpose: spamd-like application with different ,,profiles''.
Real usage: spamd in httpd (bug #4603), Apache module configured differently
for different VirtualHosts (for example, one vhost does full tests, and another
only local).
Justin suggested it might be hard, as some parts of SA cache settings
internally. If so, and if this functionality is desired, separate objects
would have to be used -- wasted resources.
Opening this bug as a tracker for the issue...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.