From c0683deebbea6ac6e1b2d87ce2f3d5c8e850da63 Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Wed, 29 May 2024 20:55:07 -0700 Subject: [PATCH] First Test... This is the first test to see if this is ending up getting at all close to working. --- docs/courier-mailman-mta.md | 3 --- docs/courier-to-mailman3.md | 10 ++++++++++ .../{courier-mailman-mta.py => courier-to-mailman3.py} | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 docs/courier-mailman-mta.md create mode 100644 docs/courier-to-mailman3.md rename source/{courier-mailman-mta.py => courier-to-mailman3.py} (97%) diff --git a/docs/courier-mailman-mta.md b/docs/courier-mailman-mta.md deleted file mode 100644 index 6cff303..0000000 --- a/docs/courier-mailman-mta.md +++ /dev/null @@ -1,3 +0,0 @@ -# courier-mailman-mta.py - -This is our current version trying to communicate between courier and mailman3. \ No newline at end of file diff --git a/docs/courier-to-mailman3.md b/docs/courier-to-mailman3.md new file mode 100644 index 0000000..f9727a7 --- /dev/null +++ b/docs/courier-to-mailman3.md @@ -0,0 +1,10 @@ +# courier-to-mailman3.py + +This is our current version trying to communicate between courier and mailman3. + +## Changes + +### 2024 May 29 + +* First change is changing the name to match what I have on the server. +* Second change is to have the `#!` path hopefully pointing in the right place. \ No newline at end of file diff --git a/source/courier-mailman-mta.py b/source/courier-to-mailman3.py similarity index 97% rename from source/courier-mailman-mta.py rename to source/courier-to-mailman3.py index fe19956..97a6088 100644 --- a/source/courier-mailman-mta.py +++ b/source/courier-to-mailman3.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/opt/mailman/venv/bin/su python3 # # Written by Thomas Schneider # This script is placed in public domain. If this is not applicable, consider