cvs commit: qpsmtpd/lib/Qpsmtpd SMTP.pm

[email protected] (Ask "Bj?rn" Hansen)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     04/07/16 02:44:39

  Modified:    lib/Qpsmtpd SMTP.pm
  Log:
  fix minor warning introduced with the data hook
  
  Revision  Changes    Path
  1.34      +1 -1      qpsmtpd/lib/Qpsmtpd/SMTP.pm
  
  Index: SMTP.pm
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd/SMTP.pm,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -w -r1.33 -r1.34
  --- SMTP.pm	16 Jul 2004 07:27:26 -0000	1.33
  +++ SMTP.pm	16 Jul 2004 09:44:39 -0000	1.34
  @@ -487,7 +487,7 @@
     #$self->respond(550, $self->transaction->blocked),return 1 if ($self->transaction->blocked);
     $self->respond(552, "Message too big!"),return 1 if $max_size and $size > $max_size;
   
  -  my ($rc, $msg) = $self->run_hooks("data_post");
  +  ($rc, $msg) = $self->run_hooks("data_post");
     if ($rc == DONE) {
       return 1;
     }
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.