Thanks for your response. Yes, I did restart spamd everytime that  I made
the config change. I tried 2.31 before and now 2.41 but neither works for
me. Below is the debugging log. We are running RedHat 7.3 and
sendmail-8.12.5 with /usr/sbin/sendmailfilter -h -i -p inet:2526@localhost
-s spamd:783@localhost >/dev/nul 2>1 in /etc/init.d/sendmail start script.
Any clue? Thanks!!

-----------------------------------------
Sep 24 14:05:37 red3 spamd[22715]: server killed by SIGTERM, shutting down 
Sep 24 14:05:37 red3 spamd[22715]: logmsg: server killed by SIGTERM,
shutting d 
Sep 24 14:05:42 red3 spamd[23064]: debug: daemonized. 
Sep 24 14:05:42 red3 spamd[23064]: debug: ignore: test message to precompile
pa 
Sep 24 14:05:42 red3 spamd[23064]: debug: using "/usr/share/spamassassin"
for d 
Sep 24 14:05:42 red3 spamd[23064]: debug: using "/etc/mail/spamassassin" for
si 
Sep 24 14:05:42 red3 spamd[23064]: debug: running header regexp tests; score
so 
Sep 24 14:05:42 red3 spamd[23064]: debug: running body-text per-line regexp
tes 
Sep 24 14:05:42 red3 spamd[23064]: debug: spam-phrase score:
32.7734170591313:  
Sep 24 14:05:42 red3 spamd[23064]: debug: check_for_very_long_text: found
1350  
Sep 24 14:05:42 red3 spamd[23064]: debug: check_for_very_long_text: found
1350  
Sep 24 14:05:42 red3 spamd[23064]: debug: running raw-body-text per-line
regexp 
Sep 24 14:05:42 red3 spamd[23064]: debug: running uri tests; score so
far=4.2 
Sep 24 14:05:42 red3 spamd[23064]: debug: uri tests: Done uriRE 
Sep 24 14:05:42 red3 spamd[23064]: debug: running full-text regexp tests;
score 
Sep 24 14:05:42 red3 spamd[23064]: debug: local tests only, ignoring Razor2 
Sep 24 14:05:42 red3 spamd[23064]: debug: local tests only, ignoring DCC 
Sep 24 14:05:42 red3 spamd[23064]: debug: local tests only, ignoring Razor1 
Sep 24 14:05:42 red3 spamd[23064]: debug: local tests only, ignoring Pyzor 
Sep 24 14:05:42 red3 spamd[23064]: debug: is DNS available? 0 
Sep 24 14:05:42 red3 spamd[23064]: debug: running meta tests; score so
far=5.6 
Sep 24 14:05:42 red3 spamd[23064]: debug: 23064 Trying to get lock on
/tmp/spam 
Sep 24 14:05:42 red3 spamd[23064]: debug: Tie-ing to DB file R/W in
/tmp/spamas 
Sep 24 14:05:42 red3 spamd[23064]: debug: auto-whitelist (db-based):
ignore@com 
Sep 24 14:05:42 red3 spamd[23064]: debug: AWL active, pre-score: 5.6, mean:
und 
Sep 24 14:05:42 red3 spamd[23064]: debug: Post AWL score: 5.6 
Sep 24 14:05:42 red3 spamd[23064]: debug: add_score: New count: 1, new
totscore 
Sep 24 14:05:42 red3 spamd[23064]: debug: DB addr list: untie-ing and
destroyin 
Sep 24 14:05:42 red3 spamd[23064]: debug: DB addr list: file locked,
breaking l 
Sep 24 14:05:42 red3 spamd[23064]: debug: is spam? score=5.6 required=7.5
tests 
Sep 24 14:05:42 red3 spamd[23064]: server started on port 783 (running
version  
Sep 24 14:05:42 red3 spamd[23064]: server pid: 23064 
Sep 24 14:05:42 red3 spamd[23064]: server started on port 783 (running
version  
Sep 24 14:05:42 red3 spamd[23064]: logmsg: server started on port 783
(running  
----------------------------------------------------------------------------
-----
[root@red3 init.d]# uname -a
Linux red3 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown
[root@red3 init.d]# ps -ef | grep spam
spamc    23064     1  0 14:05 ?        00:00:00 /usr/bin/perl /usr/bin/spamd
-d 
[root@red3 init.d]# ps -ef | grep mail
root     22658     1  0 12:55 pts/1    00:00:00 /bin/bash ./sendmail.s start
root     22686     1  0 12:55 ?        00:00:00 sendmail: accepting
connections
root     22690 22658  0 12:55 pts/1    00:00:00 /usr/sbin/sendmailfilter -h
-i -
root     22691 22690  0 12:55 pts/1    00:00:00 /usr/sbin/sendmailfilter -h
-i -
root     22692 22691  0 12:55 pts/1    00:00:00 /usr/sbin/sendmailfilter -h
-i -
root     23032 22985  0 14:05 pts/1    00:00:00 tail -f maillog
[root@red3 init.d]# uname -a
Linux red3 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown



-----Original Message-----
From: Kevin Gagel [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 24, 2002 1:32 PM
To: Cindi Ma
Cc: '[EMAIL PROTECTED]'
Subject: Re: [SAtalk] defang_mime doesn't work


Have you restarted spamd?
You'll need to, to make the change active.
I'm using 2.41 and previously 2.x with this feature, and no problems.

> Cindi Ma wrote:
> 
> Hi, all
> 
> Since users like to keep the Embedded HTML in their e-mails, I have 
> been trying to make defang_mime working. But there is no luck. Need 
> some help here. I have /etc/mail/spamassassin/local.cf file configured 
> as below:
> 
> defang_mime 0
> required_hits 7.5
> report_header 1
> use_terse_report 1
> 
> And then starts spamd daemon with OPTIONS="-d -L -a -u spamc -D" from 
> /etc/init.d/spamd.sh. What did I do wrong? Why can't I disable 
> "defang_mime"? Any help is highly appreciated.
> 
> Thanks,
> Cindi

-- 
========================
Kevin W. Gagel
Network Administrator
College of New Caledonia
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(250)562-2131 loc. 448
========================

--------------------------------
The College of New Caledonia    
Visit us at http://www.cnc.bc.ca
--------------------------------


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to