Add new variable for milters
authorJamie Cameron <jcameron@webmin.com>
Fri, 22 Oct 2010 05:54:06 +0000 (22:54 -0700)
committerJamie Cameron <jcameron@webmin.com>
Fri, 22 Oct 2010 05:54:06 +0000 (22:54 -0700)
sendmail/defines
sendmail/features-lib.pl

index f26f636..cfdffe4 100644 (file)
@@ -112,6 +112,7 @@ confFROM_LINE
 confHOSTS_FILE
 confHOST_STATUS_DIRECTORY
 confIGNORE_DOTS*
+confINPUT_MAIL_FILTERS
 confLDAP_DEFAULT_SPEC
 confLOCAL_MAILER
 confLOG_LEVEL
index f7a71d0..e164b4e 100755 (executable)
@@ -79,8 +79,8 @@ return @rv;
 }
 
 # list_define_types()
-# Returns a list of known define types. Some (but not all) will have human-readable
-# descriptions
+# Returns a list of known define types. Some (but not all) will have human-
+# readable descriptions
 sub list_define_types
 {
 local (@rv, $d);