Autor: system
Fecha:
A: exim-users, Kirill Miazine, Asbjørn Høiland Aarrestad
Asunto: [Exim] Exim filter
This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Hello and Thank you very much.
This is what i put in .forward file
# Exim filter
if $local_part contains "mail1" then
deliver mail2@???
save /home/pathto/saved
endif
$local_part contains the username (only account name "mail2" Right?)
but after doing this i didn't receive any mails in my mail1@???.
My intentions are just to discard the messages which are forwarded to mail2@??? from mail1@???.
Regards,
Vishal.
--