Skip to Content.
Sympa Menu

devel - Bug in function 'list_check_smtp'

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Tanel Kokk <address@concealed>
  • To: address@concealed
  • Subject: Bug in function 'list_check_smtp'
  • Date: Wed, 20 Feb 2002 11:51:04 +0200

I think i found a bug in function 'list_check_smtp' (in wwsympa.fcgi).

command
$smtp->mail('<>');
gets error from mail relay. Look at this mailserver log:

Feb 20 11:28:48 mymail.com sendmail[7886]: LAA07886: ruleset=check_mail,
arg1=<<>>, relay=listserver.eypsise [172.26.209.143], reject=553 <<>>...
@
Feb 20 11:28:48 mymail.com sendmail[7886]: LAA07886: from=<<>>, size=0,
class=0, pri=0, nrcpts=0, proto=ESMTP, relay=listserver.eypsise
[172.26.209.143]

command
$smtp->mail('');
works fine.

mailserver: Sendmail 8.9.3/8.9.3
listserver: RedHat-7.2, sympa-3.3.3, perl-libnet-1.0703-6 (includes
Net::SMTP)


Tanel



Archive powered by MHonArc 2.6.19+.

Top of Page