Sunjay, he's the patch I received a few days ago from Jason Tibbetts
regarding this problem:
Tabor
--- majordomo.pl.orig Tue Dec 24 22:09:03 1996
+++ majordomo.pl Tue Dec 24 22:22:27 1996
@@ -515,8 +515,8 @@
# Deal with unbalanced brackets or parenthesis in an address.
$temp = $_;
- # Nuke anything within quotes. Placate Emacs -------v
- 1 while $temp =~ s/(^|([^\\\"]|\\.)+)\"([^\\\"]|\\.|$)*\"?/$1/g;
+ # Nuke anything within quotes.
+ 1 while $temp =~ s/(^|([^\\\"]|\\.)+)\"(([^\\\"]|\\.)*|$)\"?/$1/g;
# Remove nested parentheses " <- placate emacs' highlighting
1 while $temp =~ s/\([^\(\)]*\)//g;
--
________________________________________________________________________
Tabor J. Wells twells@shore.net
UNIX Systems Administrator Just another victim of the ambient morality
|
|