[exim-dev] [Bug 1485] New: $sender_host_dnssec true, when $…

Top Page
Delete this message
Reply to this message
Author: Mike Cardwell
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1485] New: $sender_host_dnssec true, when $sender_host_name empty
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1485
           Summary: $sender_host_dnssec true, when $sender_host_name empty
           Product: Exim
           Version: N/A
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: String expansion
        AssignedTo: nigel@???
        ReportedBy: exim-users@???
                CC: exim-dev@???



I have this in my Exim config:

  warn condition = ${if bool{$sender_host_dnssec}}
       logwrite  = DNSSEC secured sender_host_name: $sender_host_name
($sender_host_address)


I have this in my mainlog:

2014-05-30 10:15:56 DNSSEC secured sender_host_name: (178.19.228.10)

The docs say:

$sender_host_dnssec

    If $sender_host_name has been populated (by reference, hosts_lookup or
otherwise) then this boolean will have been set true


To me, this reads as though it should be impossible for $sender_host_dnssec to
return true if $sender_host_name is blank.


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