diff --git a/lib/Qpsmtpd/Plugin.pm b/lib/Qpsmtpd/Plugin.pm index 2dca9dc..413b6fc 100644 --- a/lib/Qpsmtpd/Plugin.pm +++ b/lib/Qpsmtpd/Plugin.pm @@ -7,7 +7,7 @@ our @hooks = qw( logging config pre-connection connect ehlo_parse ehlo helo_parse helo auth_parse auth auth-plain auth-login auth-cram-md5 rcpt_parse rcpt_pre rcpt mail_parse mail mail_pre - data data_post queue_pre queue queue_post + data data_post queue_pre queue queue_post vrfy quit reset_transaction disconnect post-connection unrecognized_command deny ok received_line help );