I am getting the error "timeout before data read" from
spamassassin.

At first the error was coming 1 second after a message
was received. On the suggestion of someone I added
"score RCVD_IN_ORBS 0" to local.cf, which didn't
change the behavior. I then up'ed the timeout in my
sendmail.mc to 2 minutes
"INPUT_MAIL_FILTER(`spamassassin',
`S=inet:[EMAIL PROTECTED], T=C:5m;S:2m;R:2m;E:5m')dnl".
Now the same error just takes 2 minutes. These are not
large mails either (607 byte test mails.)

Below is the log  of a 607 byte mail being received.
Any ideas?

Log:
Jun  9 20:04:19 homer spamd[58716]: connection from
localhost.spacelynx.com [127.0.0.1] at port 1839
Jun  9 20:06:19 homer sendmail[58744]: h5A04JjM058744:
Milter (spamassassin): timeout before data read
Jun  9 20:06:19 homer spamd[58745]: bad protocol:
header error:
Jun  9 20:06:19 homer sendmail[58744]: h5A04JjM058744:
Milter (spamassassin): to error state
Jun  9 20:06:19 homer sendmail[58744]: h5A04JjM058744:
Milter (spamassassin): init failed to open
Jun  9 20:06:20 homer sendmail[58744]: h5A04JjM058744:
Milter (spamassassin): to error state
(message handled normally)

local.cf:
score RCVD_IN_ORBS      0

# SpamAssassin config file for version 2.5x
# generated by http://www.yrex.com/spam/spamconfig.php
(version 1.01)

# How many hits before a message is considered spam.
required_hits           5.0

# Whether to change the subject of suspected spam
rewrite_subject         0

# Text to prepend to subject if rewrite_subject is
used
subject_tag             *****SPAM*****

# Encapsulate spam in an attachment
report_safe             1

# Use terse version of the spam report
use_terse_report        0

# Enable the Bayes system
use_bayes               1

# Enable Bayes auto-learning
auto_learn              1

# Enable or disable network checks
skip_rbl_checks         1
use_razor2              0
use_dcc                 0
use_pyzor               0

# Mail using languages used in these country codes
will not be marked
# as being possibly spam in a foreign language.
# - english
ok_languages            en

# Mail using locales used in these country codes will
not be marked
# as being possibly spam in a foreign language.
ok_locales              en

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to