Forward 1 mail > 2 recipients

westm003

Verified User
Joined
Sep 14, 2006
Messages
26
I tried sending 1 message to f.e [email protected] to user1 and user2.

In DA you can only send to either user1 of 2...

Can someone write a pluging that is able to add this to the system_filter.exim file?

if foranyaddress $h_to: ( $thisaddress matches [email protected])
then
unseen deliver [email protected]
unseen deliver [email protected]
endif

This works great and does not have the restrictions mailing list have. Sadly plesk is able to do this easily... I migrated 100 websites from plesk and some user use this functionality...

Any one has a better solution? Majordomo is a nogo...
 
Back
Top