OK. Sorry, I'm a novice at all of this admin stuff. I replaced the old files back and restarted spamd again. I did a find for spamd and here is my results:
[EMAIL PROTECTED] /]# find ./ -name spamd find: ./proc/9832/fd: No such file or directory ./etc/rc.d/init.d/spamd ./usr/bin/spamd ./usr/src/redhat/BUILD/Mail-SpamAssassin-3.0.2/spamd ./usr/src/redhat/BUILD/Mail-SpamAssassin-3.0.2/spamd/spamd ./usr/src/redhat/BUILD/Mail-SpamAssassin-3.0.2/blib/script/spamd ./usr/src/redhat/BUILD/Mail-SpamAssassin-3.1.1/spamd ./usr/src/redhat/BUILD/Mail-SpamAssassin-3.1.1/spamd/spamd ./usr/src/redhat/BUILD/Mail-SpamAssassin-3.1.1/blib/script/spamd ./home/administrator/Mail-SpamAssassin-3.0.2/spamd ./home/administrator/Mail-SpamAssassin-3.0.2/spamd/spamd ./home/administrator/Mail-SpamAssassin-3.0.2/blib/script/spamd Am I looking for the correct file? I don't see what it might be picking up the wrong version. Confused.... Tracey Gates Lead Developer [EMAIL PROTECTED] 1350 South Boulder, Third Floor / Tulsa, OK 74119-3203 Phone 918-663-0991 / Fax 918-663-0840 This communication is intended only for the recipient(s) named above; may be confidential and/or legally privileged; and, must be treated as such in accordance with state and federal laws. If you are not the intended recipient, you are hereby notified that any use of this communication, or any of its contents, is prohibited. If you have received this communication in error, please reply to the sender and then delete the message from your computer system immediately. -----Original Message----- From: Jim Maul [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 12:59 PM To: Tracey Gates; users@spamassassin.apache.org Subject: Re: Spam coming thru w/high score & different SA version Tracey Gates wrote: > I checked and did find 2 spamd files. One was in /usr/bin with the > latest install date. The other one was in /etc/rc.d/init.d with the > older install date. I backed up the older files and replaced the ones > that are in the init.d directory with the ones from the /usr/bin > directory. (replaced the spamassassin and spamd files). I then > stopped and restarted spamd. I checked emails that came in after the > restart of spamd and they still say version 3.0.2. I'm guessing I'm > still missing something? > > Any suggestions? > Yeah, the one in /usr/bin is the actual file. The one you see in /etc/rc.d/init.d is a startup script for spamd. These are NOT the same thing. You do NOT want to copy /usr/bin/spamd to /etc/rc.d/init.d/spamd! What you did will cause spamd to not start up on reboot anymore. I would undo what you did and look around some more for another copy. the one in init.d is not what your looking for. -Jim