spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: latest spam-milter


From: Dan Nelson
Subject: Re: latest spam-milter
Date: Tue, 19 Nov 2002 16:41:04 -0600
User-agent: Mutt/1.5.1i

In the last episode (Nov 19), Ron Snyder said:
> I seem to remember seeing something (msg id unknown, 0 length email
> check) similar to this when sendmail aborts a check (as it does when
> the sending host is listed in an RBL (we don't have SA doing the RBL
> checks, we have sendmail doing them).

Yeah, but in that case sendmail aborts the message and spamass-milter
never gets to process it completely.  I have been creating 0-byte
messages with

print 'ehlo mymachine\nmail from:<address@hidden>\nrcpt 
to:<address@hidden>\ndata\n.\nquit\n' |
 nc dan smtp

(replace address@hidden with your own email address, and dan with your milter
server).  That submits a 0-byte message.  Make sure that the netcat
command connects to the machine actually doing the miltering, since if
it has to hop to another server, it'll most likely add a Received:
header, which makes the message more than 0 bytes long (the size
includes headers).

-- 
        Dan Nelson
        address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]