Skip to content

Commit

Permalink
add missing entry "vrfy" in @hooks, to make hook_vrfy() work
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@834 958fd67b-6ff1-0310-b445-bb7760255be9
  • Loading branch information
vetinari committed Jan 19, 2008
1 parent 3f00a90 commit bb75098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Qpsmtpd/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit bb75098

Please sign in to comment.