From b40f373139c8ba8b4f794e897b1f9d17e11c636c Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 10 Jan 2009 07:08:27 +0000
Subject: [PATCH] Added notes on support keys with default values (including
 new keys: IgnoreOnError and AccessRequirements).

---
 ctrl/mailproc.ini | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/ctrl/mailproc.ini b/ctrl/mailproc.ini
index 0cfa056e7b..c5ef5e1290 100644
--- a/ctrl/mailproc.ini
+++ b/ctrl/mailproc.ini
@@ -60,8 +60,15 @@
 ;     %? platform
 ;     %% percent symbol
 
+; Supported keys (for each mail processor) with default values:
+; Disabled = false
+; PassThru = true
+; Native = false
+; IgnoreOnError = false
+; To = 
+; AccessRequirements =
+
 [listserver.js]
-	to = listserver, listserv
-	passthru = false
-	native = false
-	
\ No newline at end of file
+	To = listserver, listserv
+	Passthru = false
+	Disabled = false
\ No newline at end of file
-- 
GitLab