Add basic bounce score calculation and reporting.
This commit is contained in:
parent
ddaaebe6a0
commit
40ba318fac
4 changed files with 70 additions and 7 deletions
|
|
@ -1,5 +1,12 @@
|
|||
#!/data/wre/prereqs/bin/perl
|
||||
|
||||
BEGIN {
|
||||
unshift @INC, qw(
|
||||
/data/custom/webgui_newsletter/lib
|
||||
/data/WebGUI/lib
|
||||
);
|
||||
}
|
||||
|
||||
use strict;
|
||||
|
||||
use Mail::DeliveryStatus::BounceParser;
|
||||
|
|
@ -12,12 +19,6 @@ my %configs = (
|
|||
'martintwee.oqapi.nl' => 'martintwee.oqapi.nl.conf',
|
||||
);
|
||||
|
||||
BEGIN {
|
||||
unshift @INC, qw(
|
||||
/data/custom/webgui_newsletter/lib
|
||||
/data/WebGUI/lib
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
#---------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue