nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Feature requests (or explanation of how to do 'em if a


From: Ken Hornstein
Subject: Re: [Nmh-workers] Feature requests (or explanation of how to do 'em if already there)
Date: Sat, 25 Oct 2014 00:41:47 -0400

>> From: Jon Steinhart %(addr{to}))
>
>That falls apart if there are multiple To: addresses.

Yeah, definitely not robust.  So, looks like to me your best choices are:

- Have your mail server (since it looks like you control it) add something
  like a Delivered-To header like pobox.com does, and use that.  You could
  then just use {delivered-to} directly as a component.

- Use something like this:

%(lit)%(concataddr{to})%(concataddr{cc})\
%<(match address@hidden)%(void(lit address@hidden))\
%?(match address@hidden)%(void(lit address@hidden))\
...
%|%(void(lit address@hidden))%>
From: Jon Steinhart <%(putstr)>

Or, you know, something like that.  That would admittedly be pretty
cumbersome, but it should work.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]