[Bug 860] New: [PATCH] SPF checking for IPv6

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

[Bug 860] New: [PATCH] SPF checking for IPv6

by Bugzilla from miya@miyam.org :: 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=860
           Summary: [PATCH] SPF checking for IPv6
           Product: Exim
           Version: 4.69
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Experimental
        AssignedTo: nigel@...
        ReportedBy: miya@...
                CC: exim-dev@...


Created an attachment (id=320)
 --> (http://bugs.exim.org/attachment.cgi?id=320)
patch to check the IPv6 address

The incoming IPv6 address will not compare with the ip6 mechanism in the SPF
record.

Here is a patch to check the IPv6 address.


--
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 860] [PATCH] SPF checking for IPv6

by Bugzilla from arekm@maven.pl :: 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=860

Arkadiusz Miskiewicz <arekm@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arekm@...




--- Comment #1 from Arkadiusz Miskiewicz <arekm@...>  2009-07-02 09:22:21 ---
Does it work with ipv4-mapped ipv6 addresses correctly?


--
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 860] [PATCH] SPF checking for IPv6

by Bugzilla from miya@miyam.org :: 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=860




--- Comment #2 from MIYAJIMA Mitsuharu <miya@...>  2009-07-02 11:28:08 ---
I'm not sure.  But even if the incoming address is a mapped IPv4
address, spf_remote_addr(=sender_host_address) seems to be converted
to IPv4 format before the function spf_init is called.


--
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/ ##