[exim] duplicate messages

Pàgina inicial
Delete this message
Reply to this message
Autor: SoMuchfun
Data:  
A: exim-users
Assumpte: [exim] duplicate messages
When I enter the following filter into my system filter, I will get
all the filtered messages twice to backup@???. Any ideas how
to stop this and only get one copy as intended?

if $sender_address is test@??? or
$recipients contains test@???
then
unseen deliver backup@???
endif



Thanks!

.