From 18d5addc64e6606c659fcf16ccfca578eae814b5 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 11 Oct 2025 03:24:48 +0000 Subject: automatic import of exim --- greylist-tidy.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 greylist-tidy.sh (limited to 'greylist-tidy.sh') diff --git a/greylist-tidy.sh b/greylist-tidy.sh new file mode 100644 index 0000000..20251f4 --- /dev/null +++ b/greylist-tidy.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +if [ -s /var/spool/exim/db/greylist.db ]; then + sqlite3 /var/spool/exim/db/greylist.db <