----- Original Message ----- From: "Theo Van Dinter" <[EMAIL PROTECTED]>
> On Wed, Sep 29, 2004 at 03:51:28PM -0700, Bill Landry wrote: > > Hmmm, where else could this configuration issue be, Theo, since none > of my > > CF files contain a "-" in the test definitions? Grep results: > > Run spamassassin with -D, it'll tell you what files its reading. Could > be > /usr/share/spamassassin/*.cf, user_prefs, etc. > > > And like I said, "spamassassin --lint" comes back with nothing - > should it > > not detect this apparent configuration issue, as well? I can send you > the > > "spamassassin --lint -D" output, if you would like. > > It should (not knowing what is causing the issue I can't answer for > certain,) but > there's nothing in the code that I know of which would be converting > underscore to dash, so it has to be a config file somewhere. Update on this issue: ===== [EMAIL PROTECTED] billl]# ls -l /home/billl/Mail-SpamAssassin-3.0.0/sa-learn -rwxr-xr-x 1 root root 36543 Sep 26 03:12 /home/billl/Mail-SpamAssassin-3.0.0/sa-learn [EMAIL PROTECTED] billl]# /home/billl/Mail-SpamAssassin-3.0.0/sa-learn --dump magic error: rule 'RCVD_IN_DNSRBL-DUN' has invalid characters (not Alphanumeric + Underscore) error: rule 'RCVD_IN_DNSRBL-SPAM' has invalid characters (not Alphanumeric + Underscore) error: rule 'RCVD_IN_DSBL-MULTI' has invalid characters (not Alphanumeric + Underscore) error: rule 'RCVD_IN_SECURITY-SAGE' has invalid characters (not Alphanumeric + Underscore) error: rule 'DNS_FROM_RFCI-ABUSE' has invalid characters (not Alphanumeric + Underscore) error: rule 'DNS_FROM_MAILPOLICE-BULK' has invalid characters (not Alphanumeric + Underscore) error: rule 'DNS_FROM_MAILPOLICE-PORN' has invalid characters (not Alphanumeric + Underscore) error: rule 'DNS_FROM_RFCI-POSTMASTER' has invalid characters (not Alphanumeric + Underscore) error: rule 'DNS_FROM_RFCI-PIGS' has invalid characters (not Alphanumeric + Underscore) 0.000 0 3 0 non-token data: bayes db version 0.000 0 153178 0 non-token data: nspam 0.000 0 75561 0 non-token data: nham 0.000 0 256644 0 non-token data: ntokens 0.000 0 1096903685 0 non-token data: oldest atime 0.000 0 1097004810 0 non-token data: newest atime 0.000 0 1097005094 0 non-token data: last journal sync atime 0.000 0 1096990378 0 non-token data: last expiry atime 0.000 0 43200 0 non-token data: last expire atime delta 0.000 0 83493 0 non-token data: last expire reduction count ===== [EMAIL PROTECTED] billl]# ls -l /usr/bin/sa-learn -r-xr-xr-x 1 root root 36633 Sep 26 03:12 /usr/bin/sa-learn [EMAIL PROTECTED] billl]# /usr/bin/sa-learn --dump magic 0.000 0 3 0 non-token data: bayes db version 0.000 0 153178 0 non-token data: nspam 0.000 0 75561 0 non-token data: nham 0.000 0 256644 0 non-token data: ntokens 0.000 0 1096903685 0 non-token data: oldest atime 0.000 0 1097004810 0 non-token data: newest atime 0.000 0 1097005094 0 non-token data: last journal sync atime 0.000 0 1096990378 0 non-token data: last expiry atime 0.000 0 43200 0 non-token data: last expire atime delta 0.000 0 83493 0 non-token data: last expire reduction count ===== Guess I figured that the sa-learn in the distribution directory would be the same as the one installed during "make install". Guess I figured wrong... Bill