From 5365449cbbee823f7f947e146db1a588e17fa2e9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 24 Dec 2025 18:01:46 -0600 Subject: pkgs/msmtp: update to 25.11 --- pkgs/msmtp/msmtpq-remove-binary-check.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkgs/msmtp/msmtpq-remove-binary-check.patch (limited to 'pkgs/msmtp/msmtpq-remove-binary-check.patch') diff --git a/pkgs/msmtp/msmtpq-remove-binary-check.patch b/pkgs/msmtp/msmtpq-remove-binary-check.patch new file mode 100644 index 0000000..045f71c --- /dev/null +++ b/pkgs/msmtp/msmtpq-remove-binary-check.patch @@ -0,0 +1,13 @@ +diff --git a/scripts/msmtpq/msmtpq b/scripts/msmtpq/msmtpq +index bcb384e..9622e47 100755 +--- a/scripts/msmtpq/msmtpq ++++ b/scripts/msmtpq/msmtpq +@@ -60,8 +60,6 @@ err() { dsp '' "$@" '' ; exit 1 ; } + ## export the location of the msmtp executable before running this script (no quotes !!) + ## e.g. ( export MSMTP=/path/to/msmtp ) + MSMTP="${MSMTP:-msmtp}" +-"$MSMTP" --version >/dev/null 2>&1 || \ +- log_later -e 1 "msmtpq : can't run the msmtp executable [ $MSMTP ]" # if not found - complain ; quit + ## + ## set the queue var to the location of the msmtp queue directory + ## if the queue dir doesn't yet exist, create it (0700) -- cgit v1.2.3