SA Bugzilla – Bug 7042
sa-compile has hardcoded location for siteconfigpath in the help output
Last modified: 2018-09-04 17:33:04 UTC
When running sa-compile -h, it outputs: --siteconfigpath=path Path for site configs (default: /etc/mail/spamassassin) Note: /etc/mail/spamassassin This is hard coded into the help text, regardless of what actual site config path it was compiled to use: May 12 20:04:47.214 [25542] dbg: generic: Perl 5.010001, PREFIX=/opt/zimbra/zimbramon, DEF_RULES_DIR=/opt/zimbra/data/spamassassin/rules, LOCAL_RULES_DIR=/opt/zimbra/data/spamassassin/localrules, LOCAL_STATE_DIR=/opt/zimbra/data/spamassassin/state This should be fixed to reflect the actual paths used by sa-compile, similar to what was done for the updatedir output: --updatedir=path Directory to place updates (default: /opt/zimbra/data/spamassassin/state/compiled/<perlversion>/3.004000)
Trunk: Committed revision 1840052. 3.4: Committed revision 1840053.