[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> I'm using a spampatch write by Rask Ingemann Lambertsen, Marc Pohl,
> Mark Delany and Erwin Hoffmann. I have problem whith SPAM, and I hacked
> Qmail Code for solve this problem because in 2 cases after Client blocked by
> this 2 lines, if I put "data" command connection is passed and SPAM is
> granted.
> 
> Example:
> telnet some.smtp 25
> 220 some.smtp ESMTP
> mail from:<[EMAIL PROTECTED]>
> 250 ok
> rcpt to:<some@domain>
> 553 sorry, your envelope sender is in my badmailfrom list (#5.7.1)
> data
> go ahead <- SPAM granted

Your qmail-pop3d is broken.  A pristine qmail-pop3d absolutely does not
behave this way:

[foo@twoflower control]$ telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 discworld.dyndns.org ESMTP
HELO foo
250 discworld.dyndns.org
MAIL FROM: <[EMAIL PROTECTED]>
250 ok
RCPT TO: <[EMAIL PROTECTED]>
553 sorry, your envelope sender is in my badmailfrom list (#5.7.1)
DATA
503 RCPT first (#5.5.1)

Remove any patches you've applied to qmail-pop3d and
recompile/re-install.  The problem will go away.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to