[exim] duplicate messages

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: SoMuchfun
Data:  
Para: exim-users
Asunto: [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!

.