add missing entry "vrfy" in @hooks, to make hook_vrfy() work

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@834 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Hanno Hecker 2008-01-19 15:09:07 +00:00
parent 3f00a90b3b
commit bb75098a84

View File

@ -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
);