Hi all,

This .forward will send two copies of a message addresses to
[EMAIL PROTECTED] and [EMAIL PROTECTED] 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 [EMAIL PROTECTED] then deliver
patrick endif
if $header_to:,$header_cc: contains [EMAIL PROTECTED] then deliver
martin  endif
if $header_to:,$header_cc: contains [EMAIL PROTECTED] then deliver
joseph  endif
if $header_to:,$header_cc: contains [EMAIL PROTECTED] then deliver
barbara endif
if $header_to:,$header_cc: contains [EMAIL PROTECTED] then deliver
henry endif
if $header_to:,$header_cc: contains [EMAIL PROTECTED] then deliver jim
endif
if $header_to:,$header_cc: contains repro then deliver joseph endif

Reply via email to