[exim-dev] [Bug 1748] New: rejected by non-SMTP ACL: cannot …

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1748] New: rejected by non-SMTP ACL: cannot test dnslists condition in non-SMTP ACL
https://bugs.exim.org/show_bug.cgi?id=1748

            Bug ID: 1748
           Summary: rejected by non-SMTP ACL: cannot test dnslists
                    condition in non-SMTP ACL
           Product: Exim
           Version: 4.85
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: ACLs
          Assignee: jgh146exb@???
          Reporter: david@???
                CC: exim-dev@???


I think this test should not be done that way as it fails even when an ip
address is provided:

deny dnslists = bl.spamcop.net/ip.ad.dr.ess

this should not fail, instead the test should check if an ip address has been
given or not for dnslists and then fail if no ip address has been given and do
it's job when an ip address is provided.

Using dnslists in non SMTP ACL's could be useful for:

- test own ip address and freeze messages if the server is on a dnslist to
prevent spam propagation

- when using exim with apache or other web server one could find a way to pass
the remote user ip address to exim (i.e. through environment variables) so it
could reject or freeze suspicious messages

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