initial commit of file from CVS for smeserver-mailsorting on Sat Sep 7 19:56:19 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 19:56:19 +10:00
parent 37ac171721
commit 747f415ed0
59 changed files with 6609 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
$OUT .= "\n";
$OUT .= "# ---- delete duplicates -------\n";
$OUT .= ":0 Wh: msgid.lock\n";
$OUT .= "| \$FORMAIL -D 8192 msgid.cache\n";
}