diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SpamCat.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/SpamCat.pm b/lib/SpamCat.pm index 7a160cf..0f3c8b8 100644 --- a/lib/SpamCat.pm +++ b/lib/SpamCat.pm @@ -55,6 +55,7 @@ sub deliver { $new_subject = $count_str; } $email->header_set('Subject' => $new_subject); + $email->header_set('X-SpamCat-Remaining' => $count); } my $deliverfh = IO::File->new("| " . $self->{deliver}) || |