Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 24
Line 1... Line 1...
1
#! /bin/sh /usr/share/dpatch/dpatch-run
1
#!/bin/sh /usr/share/dpatch/dpatch-run
2
## 42_empty_sender.dpatch by  <magnus@proffe.kibibyte.se>
2
## 42_empty_sender.dpatch by Magnus Holmgren <magnus@kibibyte.se>
3
##
3
##
4
## All lines beginning with `## DP:' are a description of the patch.
-
 
5
## DP: If SPF_request_set_env_from() is called with from set to the empty
4
## DP: If SPF_request_set_env_from() is called with from set to the empty
6
## DP: string, use the HELO identity. Also fix incorrect handling when
5
## DP: string (i.e. a DSN), use the HELO identity. Also fix incorrect
7
## DP: the local part is empty (but the "@" is present).
6
## DP: handling when the local part is empty (but the "@" is present).
8
7
9
@DPATCH@
8
@DPATCH@
10
diff -urNad trunk~/src/libspf2/spf_request.c trunk/src/libspf2/spf_request.c
9
diff -urNad trunk~/src/libspf2/spf_request.c trunk/src/libspf2/spf_request.c
11
--- trunk~/src/libspf2/spf_request.c	2005-02-22 03:38:57.000000000 +0100
10
--- trunk~/src/libspf2/spf_request.c	2005-02-22 03:38:57.000000000 +0100
12
+++ trunk/src/libspf2/spf_request.c	2007-07-30 21:58:48.000000000 +0200
11
+++ trunk/src/libspf2/spf_request.c	2007-07-30 21:58:48.000000000 +0200