README
changeset 2 19a6588a44ed
parent 0 f9d48a4c1068
child 6 4f955ca8e44f
--- a/README	Tue Jul 07 07:18:20 2015 +0200
+++ b/README	Tue Jul 07 23:29:16 2015 +0200
@@ -1,41 +1,4 @@
-# include at the beginning
-
- perl_startup = do '…/check-message-conformance.pm'
-
-# ----
-
-# scan mime
- acl_smtp_mime = acl_check_mime
-
-# scan data
- acl_smtp_data = acl_check_mime
-
-# -----
-
-acl_check_mime:
-
-  accept condition = $acl_m_sig_found
-
-  warn
-    condition  = $mime_is_coverletter
-    !condition = $mime_is_rfc822
-    decode = default
-    set acl_m_sig_found = ${perl{check_sig}{$mime_decoded_filename}}
-
-  accept
-
-
-acl_check_data:
-
-  warn 
-    !condition = $acl_m_sig_found
-    set acl_m_sig_found = \
-        ${perl{check_sig}\
-              {$spool_directory/scan/$message_exim_id/$message_exim_id.eml}}
-
-  require 
-    message = no signature/disclaimer found
-    condition = $acl_m_sig_found
-
-
-    …
+For detailed information see the Exim/Plugin/CheckDisclaimer.pm
+file. You may run
+  
+  perldoc Exim/Plugin/CheckDisclaimer.pm