reset_transaction is called after disconnect plugins are called so
the Transaction objects DESTROY method is called. (Thanks to Robert James Kaes <rjkaes@flarenet.com>) git-svn-id: https://svn.perl.org/qpsmtpd/trunk@207 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
03a53bad7c
commit
9523d55cd7
4
Changes
4
Changes
@ -1,5 +1,9 @@
|
|||||||
0.27
|
0.27
|
||||||
|
|
||||||
|
reset_transaction is called after disconnect plugins are called so
|
||||||
|
the Transaction objects DESTROY method is called. (Thanks to Robert
|
||||||
|
James Kaes <rjkaes@flarenet.com>)
|
||||||
|
|
||||||
Made the SpamAssassin plugin work with SA 2.6+ (thanks to numerous
|
Made the SpamAssassin plugin work with SA 2.6+ (thanks to numerous
|
||||||
contributors, thanks everyone!). Note that for now it's not
|
contributors, thanks everyone!). Note that for now it's not
|
||||||
including the Spam: headers with the score explained. For that use
|
including the Spam: headers with the score explained. For that use
|
||||||
|
@ -320,6 +320,7 @@ sub quit {
|
|||||||
sub disconnect {
|
sub disconnect {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
$self->run_hooks("disconnect");
|
$self->run_hooks("disconnect");
|
||||||
|
$self->reset_transaction;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub data {
|
sub data {
|
||||||
|
Loading…
Reference in New Issue
Block a user