summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/postfix_handoff.pl2
1 files changed, 1 insertions, 1 deletions
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 = <STDIN>;
-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 ];