SA Bugzilla – Bug 527
User directory passed by spamc
Last modified: 2002-12-13 10:47:31 UTC
In trying to fix a problem this weekend I reinstalled Spam Assassin. My system wide customization directory is /etc/spamassassin - but when I reinstalled it (using make install) it created a directory /etc/mail/spamassassin. And after creating that directory it failed to see my customizations in /etc/spamassassin. I don't like the idea of using /etc/mail/spamassassin for myself because /etc/mail is for sendmail and I'm using exim. So - the make process should not create default settings in /etc/mail if they already exist in /etc ------------------- Additionally - I'd like to see a switch added to spamc that would allow me to pass on the command line the directory for the presonal configuration files for .spamassassin to be. I'm running virtual email and there are no real users. My users have fake home directories as such. /vhome/[domain]/home/[user] So I want to be able to tell spamc that the .spamassassin directory is in a custom place.
This first bug is fixed through use of command line options to Makefile.PL. The second one of seen requested more recently, I think; but I can't find the bug report. Changing title to reflect that. Marking 3.0.
There it is! *** This bug has been marked as a duplicate of 773 ***