[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

.forward and exim



Hi all,

This .forward will send two copies of a message addresses to
martin@sounds-good.co.uk and joseph@sounds-good.co.uk to martin

How can I improve on this to get them one copy each?

Patrick

if error_message then finish endif
if $header_to:,$header_cc: contains patrick@sounds-good.co.uk then deliver
patrick endif
if $header_to:,$header_cc: contains martin@sounds-good.co.uk then deliver
martin  endif
if $header_to:,$header_cc: contains joseph@sounds-good.co.uk then deliver
joseph  endif
if $header_to:,$header_cc: contains barbara@sounds-good.co.uk then deliver
barbara endif
if $header_to:,$header_cc: contains henry@sounds-good.co.uk then deliver
henry endif
if $header_to:,$header_cc: contains jim@sounds-good.co.uk then deliver jim
endif
if $header_to:,$header_cc: contains repro then deliver joseph endif


Reply to: