Hi, all! If I have an user on a local domain, who has in the forwarddata a "delivery <[EMAIL PROTECTED]>", Exim saves a copy of the same E-Mail in the Mailbox of [EMAIL PROTECTED]
The problem is that, if [EMAIL PROTECTED] has other Spam-/Virus config as
[EMAIL PROTECTED], the copy of the E-Mail on the Mailbox of
[EMAIL PROTECTED] has the same Spam-/Virus properties of
[EMAIL PROTECTED]
I'd like to force Exim to requeue the E-Mail sent with "delivery", in order to
re-scan (with other config) the delivered E-Mail.
Is it possible? How can I do it?
Now I have this router:
virtual_forward:
driver = redirect
check_local_user = false
allow_filter
user = exim
group = exim
domains = +local_domains
data = ${lookup pgsql {SELECT replace(eximdata('$local_part', '$domain'),
'\\\\n', '\n\\\\n')}}
condition = ${if eq {data} {''} {no}{yes}}
skip_syntax_errors
reply_transport = autoresponder
pipe_transport = forwarder
file_transport = address_file
directory_transport = address_file
and this transports:
forwarder:
driver = pipe
user = exim
group = exim
address_file:
driver = appendfile
delivery_date_add
envelope_to_add
return_path_add
user = exim
group = exim
mode = 640
check_string = ""
maildir_format = true
directory_mode = 770
message_suffix = ""
message_prefix = ""
autoresponder:
driver = autoreply
user = exim
group = exim
Thanks a lot in advance!
--
_______________________________
Luca Bertoncello
-Programmierung / Mailserver-
IMS Internet-Media-Service GmbH
Bärensteiner Straße 7
01277 Dresden
Fon: +49 351 2112034
Fax: +49 351 2112020
email: [EMAIL PROTECTED]
pgpx6Mmg1sgXg.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
