Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 23 → Rev 24

/trunk/debian/patches/42_empty_sender.dpatch
1,10 → 1,9
#! /bin/sh /usr/share/dpatch/dpatch-run
## 42_empty_sender.dpatch by <magnus@proffe.kibibyte.se>
#!/bin/sh /usr/share/dpatch/dpatch-run
## 42_empty_sender.dpatch by Magnus Holmgren <magnus@kibibyte.se>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: If SPF_request_set_env_from() is called with from set to the empty
## DP: string, use the HELO identity. Also fix incorrect handling when
## DP: the local part is empty (but the "@" is present).
## DP: string (i.e. a DSN), use the HELO identity. Also fix incorrect
## DP: handling when the local part is empty (but the "@" is present).
 
@DPATCH@
diff -urNad trunk~/src/libspf2/spf_request.c trunk/src/libspf2/spf_request.c