Hi,
I'm using the perl code:
---- #!/usr/bin/perl $|=1; while (<>) { s@http://fromhost.com@http://tohost.org@; print; } ---- but some sites don't work.. http://www.whitehouse.gov is an example. Can anyone suggest why and how to fix it? Thanks, Andrew. _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmailReceived on Sun Dec 01 2002 - 17:21:25 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:48 MST