[Bug 906] New: exim 4.70rc4 dkim_cur_signer empty if no sig

View: New views
2 Messages — Rating Filter:   Alert me  

[Bug 906] New: exim 4.70rc4 dkim_cur_signer empty if no sig

by Bugzilla from wbreyha@gmx.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

http://bugs.exim.org/show_bug.cgi?id=906
           Summary: exim 4.70rc4 dkim_cur_signer empty if no sig
           Product: Exim
           Version: N/A
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: ACLs
        AssignedTo: nigel@...
        ReportedBy: wbreyha@...
                CC: exim-dev@...


Hi!

I set
dkim_verify_signers = $sender_address_domain:$dkim_signers
in my config as described in the documentation.

If $sender_address_domain contains a domain for which no signature is available
acl_smtp_dkim is called, but $dkim_cur_signer is empty.

This makes it impossible to check for eg. adsp records.

$dkim_verify_status is correctly set to "none".

Regards, Wolfgang


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

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

[Bug 906] exim 4.70rc4 dkim_cur_signer empty if no sig

by Bugzilla from wbreyha@gmx.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

http://bugs.exim.org/show_bug.cgi?id=906

Wolfgang Breyha <wbreyha@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Wolfgang Breyha <wbreyha@...>  2009-11-10 16:10:25 ---
Sorry, my fault.

I used ${domain:$dkim_cur_signer} ... which is empty since no "@" is found.

Wolfgang


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

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