http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5628
Summary: inline documentation contradicts code
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P5
Component: sa-compile
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Hi,
in sa-compile.raw the description of option "--updatedir" mentions the
"system-wide rules update directory"
@@LOCAL_STATE_DIR@@/spamassassin/compiled/@@VERSION@@
Further up in the code the directory actually used is
$spamtest->sed_path('__local_state_dir__/compiled/__version__');
Why are there two sets of variables (@@LOCAL_STATE_DIR@@ / @@VERSION@@ and
__local_state_dir__ / __version__) with the same meaning?
A similar case exists in sa-update.raw:
@@LOCAL_STATE_DIR@@/spamassassin/@@VERSION@@
vs
$SA->sed_path('__local_state_dir__/__version__');
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.