* Miguel A. Urech writes:
> Hello Marck,

>> There's your problem. Do this instead.

>> Hello %OFROMFNAME,%-
>> %TO=''%TO='"%OFROMNAME" <[EMAIL PROTECTED]>'%-
>> %REPLYTO=''%REPLYTO='"Some Mail List" <[EMAIL PROTECTED]>'

>> The %OFROMNAME macro excludes the double quotes (and should).

> I've tried that, but then every Name in the To field will appear in
> between quotes. I know that is no problem, but I thought I could avoid
> it.

Maybe this one helps you. Its actual purpose is to add list names to
the To-address when replying. The first %IF checks for the existence
of characters in From-name that make quoting neccessary.

,----
| %IF:%-
| "%SETPATTREGEXP='[\.\@,;;\\\(\)<>\[\]]'%REGEXPMATCH='%OFromName'"=""%-
| :#%-
| %TO=''%-
| %TO=_%CAPITAL='%OFROMNAME' on %-
| %ABoreplyHANDLE='%ABoreplyNAME'%-
|  <%OREPLYADDR>_#%-
| :#%-
| %TO=''%-
| %TO=_"%CAPITAL='%OFROMNAME' on %-
| %ABoreplyHANDLE='%ABoreplyNAME'"%-
|  <%OREPLYADDR>_%-
| #%-
`----

(listname is stored in handle field of the address book)

-- 
HTH + best regards, Carsten


________________________________________________
Current version is 1.62 | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to