Re: Urls containing "@" screwed up in archived Mails
Friedrich Strohmaier <[email protected]> Fri, 10 Dec 2010 12:11:17 +0100
| Newsgroups | gmane.mail.archives.mail-archive |
|---|---|
| Message-ID | <[email protected]> |
Hi Jeff, *,
Jeff Breidenbach schrieb:
[..]
> Your feature request is valid and if you are feeling eager, feel free
> to send in a patch. Otherwise we'll get to it when inspiration
> strikes (and I have to warn you, inspiration can be rather slow to
> strike sometimes...).
I know of :o)).
> http://www.mhonarc.org/MHonArc/doc/resources/addressmodifycode.html
> <AddressModifyCode>
> $orig_address = $_;
> $address = lc($orig_address);
> if ($ENV{'MAILLIST'} eq $address) {
> # If it's the list address, leave it alone.
> $final_address = $orig_address;
> } else {
> # Otherwise, conceal the address. (Choose ONE option below.)
> $address =~ s/(.).{0,3}(@.*)/$1\.\.\.$2/; # usern...-9IKiO1iGCm/[email protected]
> $final_address = $address;
> }
> $_ = $final_address;
> </AddressModifyCode>
Did You already stumble over the definition what is considered an
address, loaded to $orig_address?
Didn't find it on the first view.
Let's stic on the example mentioned:
http://www.mail-archive.com/discuss-DL+rna6QvqRRQ0oMI7lyI3G1qET/[email protected]/msg00453.html
to get a first glue how to proceed:
could You post the $orig_address value of URL
http://www.mail-archive.com/[email protected]/msg13845.html ?
Gruß/regards
--
Friedrich
Libreoffice-Box http://libreofficebox.org/
LibreOffice and more on CD/DVD images
(german version already started)
--
To unsubscribe, send mail to [email protected]