1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Scott Kitterman <scott@kitterman.com>
Date: Mon, 23 Dec 2019 11:12:36 -0500
Subject: fix-python-interpreter
Does not need to be forwarded. Upstream uses FreeBSD.
---
contrib/rddmarc/dmarcfail.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/rddmarc/dmarcfail.py b/contrib/rddmarc/dmarcfail.py
index 96df270..f849d92 100644
--- a/contrib/rddmarc/dmarcfail.py
+++ b/contrib/rddmarc/dmarcfail.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
# $Header: /home/johnl/hack/dmarc/RCS/dmarcfail.py,v 1.1 2012/07/12 03:59:29 johnl Exp $
# parse DMARC failure reports, add it to the mysql database
# optional arguments are names of files containing ARF messages,
|