From c16c044ffb353355ed9e7663a4566caf33155078 Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 10 May 2003 17:34:44 +0000 Subject: [PATCH] use normal agent string git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@783 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Exchange.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Modules/Exchange.pl b/src/Modules/Exchange.pl index ae42147..d20cea0 100644 --- a/src/Modules/Exchange.pl +++ b/src/Modules/Exchange.pl @@ -293,7 +293,8 @@ sub exchange { } my $ua = new LWP::UserAgent; - $ua->agent("Mozilla/4.5 " . $ua->agent); # Let's pretend + #$ua->agent("Mozilla/5.0 " . $ua->agent); # Let's pretend + $ua->agent("Mozilla/5.0"); # Let's pretend $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam("httpProxy")); $ua->timeout(10); -- 2.39.5