Are you guys ready for this?
 
After uninstalling and re-installing so many times that my face turned
blue, I believe it's now fixed.  I'll keep an eye on it for a while to
be sure.
 
Here's what I did.  I went and looked at the spamd and it had paths in
it to /usr/share/spamassassin which is the older version.  I did a
"whereis spamd" and found a version in /usr/local/share/spamassassin.  I
fired up that version of spamd and all is well.
 
Ain't that a bitch??
 
Thank you all for the great suggestions.  I learned many great
troubleshooting tips here.
 
Again, thanks!
>>> [EMAIL PROTECTED] 1/13/2005 8:41 PM >>>
Hi

Along with what others suggested while I was writing this.. :)

Is the bsa_filter script calling spamc or spamassassin ?
Do `which spamassassin` and/or `which spamc` match the path (if any) in
the bsa_filter script ? For instance, on my server:

: which spamc 
/usr/local/bin/spamc

: /usr/local/bin/spamc -V 
SpamAssassin Client version 3.0.2

: which spamassassin
/usr/local/bin/spamassassin

: /usr/local/bin/spamassassin -V
SpamAssassin version 3.0.2
running on Perl version 5.8.5

If I had an old SA install in /usr/bin and the script was calling
/usr/bin/spamassassin , it would be using the old version.

If you look at the shebang line of `spamassassin` , it can sometimes
point to a different perl version (on an old server of mine it shows
#!/usr/bin/perl5.6.1 ). Might want to go that a check.

If that sheds no new light on the problem, grep for it.

grep -Ri spamassassin /usr >mysearch.txt

that will take awhile and be resource intensive, but it will find all
files on /usr (I can't imagine it would be outside /usr) that have
"spamassassin" in it, case insensitive. then you can open up
mysearch.txt and look for a duplicate install.

hope that helps
-darren


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED] 
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED] 







**************************************************************************
The preceding message and any attachments may contain confidential 
information protected by the attorney-client or other privilege.  If you 
believe that it has been sent to you in error, please reply to the sender 
that you received the message in error and then delete it.  Nothing in 
this email message, including the typed name of the sender and/or this 
signature block, is intended to constitute an electronic signature unless 
a specific statement to the contrary is included in the message.
**************************************************************************


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to