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...@domain.com
>    $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/disc...@documentfoundation.org/msg00453.html

to get a first glue how to proceed:
could You post the $orig_address value of URL
http://www.mail-archive.com/disc...@openoffice.org/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 gossip-unsubscr...@jab.org.

Reply via email to