@@ -0,0 +1,15 @@
+#!/bin/bash
+set -aeuo pipefail
+MAILGROUP="$1" # mailgroup e-mail
+FROM="$2" # from full name (alias)
+NOFORWARD="$3" # from e-mail
+TO="$4" # to e-mail
+SUBJECT="$5" # subject flag [SUBJECT]
+MLIST="$6" # members list
+SLIST="$7" # subscription list
+
+DEBUGMAIL=$(readlink -f "${BASH_SOURCE[0]%/*}/cropswap-debug.sh")
+DEBUG="${DEBUG:=0}"
+TEST="${TEST:=0}"
+./cropswap-sendmail.sh