mhonarc-users

Re: use of HTML in AddressModifyCode

2002-05-28 01:30:05
On May 28, 2002 at 04:55, Gunnar Hjalmarsson wrote:

You can insert a line break in an address:

<AddressModifyCode>
s/\@/ AT\n/;
</AddressModifyCode>


Thanks for the tip. But isn't it as important to do anything with the 
MAILTOURL resource? I did this:

     <MAILTOURL>
     &#109;ai&#108;to&#58;$TOADDRNAME$&#64;$TOADDRDOMAIN$
     </MAILTOURL>

Is there any easy way to improve that?

Your limited by the context.  I.e.  The URL has to be something that
can be properly interpreted by the web client.  This leaves you with
using entity references (like you have) and/or adding extra text to the
address which would have to be manually removed by the user when a
user activates the link to compose a message.

Of course, you can disable MAILTO and not worry about MAILTOURL if
it is not important to have hyperlinked addresses.

--ewh

<Prev in Thread] Current Thread [Next in Thread>