------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1271
           Summary: ability to save message contents in ACL
           Product: Exim
           Version: N/A
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Unfiled
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Hi,

This is feature request about adding new functionality to store message on ACL
level like:

acl_smtp_dkim = acl_check_dkim

acl_check_dkim:
  deny message = DKIM (for $dkim_cur_signer) Rejected:
$dkim_verify_reason/$dkim_verify_status
       dkim_status = fail
       store_mail = /var/archive/$message_id.txt
  accept

for debugging purposes.

There are some workarounds for this (unfortunately require hacks like
antivirus/antispam processing first):
http://lists.pcre.org/lurker/message/20120706.144014.d6ca04c1.en.html


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to