mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhidxrc.pl,2.14,2.15

2003-03-31 10:53:49
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv29961/lib

Modified Files:
	mhidxrc.pl 
Log Message:
BUG FIX #2971: Modified ADDRESSMODIFYCODE value when SPAMMODE specified
to require a dot in the domain portion of the regex:
s|([\!\%\w\.\-+=/]+@)([\w\-]+\.[\w\.\-]+)|$1.('x' x length($2))|ge

This should hopefully be a decent work-around for iso-2022-jp data.


Index: mhidxrc.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhidxrc.pl,v
retrieving revision 2.14
retrieving revision 2.15
diff -C2 -r2.14 -r2.15
*** mhidxrc.pl	4 Feb 2003 23:31:19 -0000	2.14
--- mhidxrc.pl	31 Mar 2003 17:53:47 -0000	2.15
***************
*** 747,751 ****
  if ($AddressModify eq "") {
      $AddressModify =
! 	q{s|([\!\%\w\.\-+=/]+@)([\w\.\-]+)|$1.('x' x length($2))|ge}
  	if $SpamMode;
      $IsDefault{'AddressModify'} = 1;
--- 747,751 ----
  if ($AddressModify eq "") {
      $AddressModify =
! 	q{s|([\!\%\w\.\-+=/]+@)([\w\-]+\.[\w\.\-]+)|$1.('x' x length($2))|ge}
  	if $SpamMode;
      $IsDefault{'AddressModify'} = 1;

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV