On 24 Aug 1997, Jason L Tibbitts III wrote:
[ Jason cheerfully provided code to avoid abuse...]
> + $reply_addr =~ s/[~`/]//g;
I'm no perl expert, but I think you will need to escape out a few of these
characters (I did them all just to be safe) in order to get it to work:
+ $reply_addr =~ s/\[\~\`\/\]//g;
Looks ugly but might work....perhaps a pro can tell us just which actually
need escaping....
*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*
*: Joe Ducharme jduche@creighton.edu :*
*: Creighton University Omaha, NE USA 68178 :*
*: <<Virtual Joe -=> http://www.creighton.edu/~jduche/>> :*
*: "Time flies like an arrow, Fruit flies like a banana." :*
*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*:*
References:
|
|