summaryrefslogtreecommitdiff
path: root/src/postfix_handoff.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/postfix_handoff.pl')
-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 f0e2697..0678ff7 100755
--- a/src/postfix_handoff.pl
+++ b/src/postfix_handoff.pl
@@ -24,7 +24,7 @@ use HTTP::Request::Common qw(POST);
local $/;
my $msg = <STDIN>;
-my $url = 'http://localhost/list_post_receive.php';
+my $url = 'http://CONFIG_TODO/list_post_receive.php'; # probably localhost
my $ua = LWP::UserAgent->new;
my $req = POST $url, [ message => $msg ];