M
Martijn Stam
@spam_quarantine_to_maps = (
new_RE( [qr'^(.*)@amstec\.net$'i => '(e-mail address removed)'],
[qr'^(.*)@ermeds\.com$'i => '(e-mail address removed)'],
[qr'^(.*)@flgolfnews\.com$'i => '(e-mail address removed)'],
[qr'^(.*)@libertyautoclinic\.com$'i =>
'(e-mail address removed)'],
[qr'^(.*)@plasticisland\.com$'i => '(e-mail address removed)'],
[qr'^(.*)@sosmeds\.com$'i => '(e-mail address removed)'] ),
$spam_quarantine_to
);
I want Amavis to send the original spam e-mails per domain to
(e-mail address removed), but with the above patterns only a part of the mails are
sent to spam@. So (e-mail address removed) has to go to (e-mail address removed)
And if this works, I would like to have a MySQL lookup for these vars.
Amavisd-new and Postfix already run on MySQL
Thanks!
Martijn Stam
new_RE( [qr'^(.*)@amstec\.net$'i => '(e-mail address removed)'],
[qr'^(.*)@ermeds\.com$'i => '(e-mail address removed)'],
[qr'^(.*)@flgolfnews\.com$'i => '(e-mail address removed)'],
[qr'^(.*)@libertyautoclinic\.com$'i =>
'(e-mail address removed)'],
[qr'^(.*)@plasticisland\.com$'i => '(e-mail address removed)'],
[qr'^(.*)@sosmeds\.com$'i => '(e-mail address removed)'] ),
$spam_quarantine_to
);
I want Amavis to send the original spam e-mails per domain to
(e-mail address removed), but with the above patterns only a part of the mails are
sent to spam@. So (e-mail address removed) has to go to (e-mail address removed)
And if this works, I would like to have a MySQL lookup for these vars.
Amavisd-new and Postfix already run on MySQL
Thanks!
Martijn Stam