summaryrefslogtreecommitdiff
path: root/src/postfix_handoff.pl
diff options
context:
space:
mode:
authorCharly Root <root@muse-sequencer.org>2013-10-08 00:29:50 +0200
committerCharly Root <root@muse-sequencer.org>2013-10-08 00:29:50 +0200
commit36a04305b45bcb29a24c9cd859aed2fe376ddcbb (patch)
treef638c413f35d8869d07ecc0ce3c15274f2c12a00 /src/postfix_handoff.pl
parenta1632d25fc46d130357c23c2304b5b73be8894f1 (diff)
more config markersHEADmaster
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 ];