Unslow bounce report generation and add some extra info as a bonus!

This commit is contained in:
Martin Kamerbeek 2010-11-12 18:02:50 +01:00
parent 0843bec5e0
commit d325e7a301
4 changed files with 68 additions and 8 deletions

View file

@ -26,7 +26,7 @@ our $I18N = {
'bounce score' => {
message => 'Bounce score',
},
'cannot cancel' => {
message => 'Mailing \'%s\' kan niet worden afgebroken.',
},
@ -100,6 +100,14 @@ our $I18N = {
'generate mailing' => {
message => 'Genereer mailing',
},
'bounce reason' => {
message => 'Laatste bounce oorzaak',
},
'bounce message' => {
message => 'Laatste bounce omschrijving',
},
};
1;