cvs commit: qpsmtpd/plugins dnsbl

[email protected] (Ask "Bj?rn" Hansen)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     04/03/03 20:40:23

  Modified:    plugins  dnsbl
  Log:
  don't return multiline replies for now
  
  Revision  Changes    Path
  1.10      +1 -1      qpsmtpd/plugins/dnsbl
  
  Index: dnsbl
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/plugins/dnsbl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -w -r1.9 -r1.10
  --- dnsbl	4 Mar 2004 04:33:47 -0000	1.9
  +++ dnsbl	4 Mar 2004 04:40:23 -0000	1.10
  @@ -144,7 +144,7 @@
       my $result = $ENV{'RBLSMTPD'};
       my $remote_ip = $self->qp->connection->remote_ip;
       $result =~ s/%IP%/$remote_ip/g;
  -    return (DENY, join("\n", $self->qp->config('dnsbl_rejectmsg'), $result));
  +    return (DENY, join(" ", $self->qp->config('dnsbl_rejectmsg'), $result));
     }
   
     my $note = $self->process_sockets;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.