qpsmtpd/lib
Radu Greab b2532e8daa $msg is an arrayref, dereference it before passing to $self->respond.
Before this, the SMTP responses contained the reference stringification
instead of the real message, when a plugin denied the mail at the DATA
stage:
 
  554 ARRAY(0x9362f10)

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@881 958fd67b-6ff1-0310-b445-bb7760255be9
2008-05-01 06:20:45 +00:00
..
Apache fix die() message 2008-03-18 20:30:16 +00:00
Danga New fix for the problem of End-of-data splitted across packets. 2008-05-01 06:15:32 +00:00
Qpsmtpd $msg is an arrayref, dereference it before passing to $self->respond. 2008-05-01 06:20:45 +00:00
Qpsmtpd.pm Fix auth and tls in light of globalised hooks 2008-04-08 10:34:25 +00:00