[merge from trunk] Missed hook to data_post to add headers

git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.31@514 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
John Peacock 2005-07-18 11:13:17 +00:00
parent 162cf7d132
commit a69b2e1526
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ sub hook_rcpt {
return DECLINED;
}
sub hook_data {
sub hook_data_post {
my ($self, $transaction) = @_;
my $milter = $self->qp->connection->notes('milter');

View File

@ -106,7 +106,7 @@ sub _uri_escape {
return $str;
}
sub hook_data {
sub hook_data_post {
my ($self, $transaction) = @_;
my $query = $transaction->notes('spfquery');