https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6966

            Bug ID: 6966
           Summary: idn domains are not tested in uridnsbl
           Product: Spamassassin
           Version: 3.4.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Rules (Eval Tests)
          Assignee: [email protected]
          Reporter: [email protected]

ifplugin Mail::SpamAssassin::Plugin::AskDNS
    add_header all Uri-Hosts _URIHOSTS_
    add_header all Uri-Domains _URIDOMAINS_

    askdns   L_URI_NXHOST      _URIHOSTS_    A,AAAA [NXDOMAIN]
    describe L_URI_NXHOST      domain is have no A or AAAA in dns
    score    L_URI_NXHOST      0.1 0.1 0.1 0.1

    askdns   L_URI_NXDOMAIN    _URIDOMAINS_  ANY [NXDOMAIN]
    describe L_URI_NXDOMAIN    domain is not found in dns
    score    L_URI_NXDOMAIN    0.1 0.1 0.1 0.1

endif # Mail::SpamAssassin::Plugin::AskDNS

# examples domains not tested eg not showing up in uridomains
# http://xn--80aplg7c2b.xn--p1ai
# http://xn----8sbgmbnmepidmcuvy5a.xn--p1ai
# http://xn----8sbaa0bmmegjvgj.xn--p1ai
# http://xn----9sbb8aklqdj2i.xn--p1ai
# http://xn--d1ai6an.xn--p1ai

if _URIHOSTS_ or _URIDOMAINS_ is empty how can i awoid add_header to add it ?

just like to get idn uri testing working

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to