From 30ad72c00ef0a12690bc28ed13a13721e6a16888 Mon Sep 17 00:00:00 2001 From: uckelman Date: Fri, 30 Jul 2010 14:59:59 +0000 Subject: Works as localhost, so use that and avoid name resolution. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@7054 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/postfix_handoff.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postfix_handoff.pl b/src/postfix_handoff.pl index bbd61f6..66f0e0d 100755 --- a/src/postfix_handoff.pl +++ b/src/postfix_handoff.pl @@ -26,7 +26,7 @@ use HTTP::Request::Common qw(POST); local $/; my $msg = ; -my $url = 'http://www.test2.nomic.net/list_post_receive.php'; +my $url = 'http://localhost/list_post_receive.php'; my $ua = LWP::UserAgent->new; my $req = POST $url, [ message => $msg ]; -- cgit v1.2.3