aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libspf/files/patch-src_libspf_main.c
blob: 4c5eaf80ac97fdc2a2fcc2533d1a2bd39b869a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/libspf/main.c.orig Thu Jul 28 17:23:42 2005
+++ src/libspf/main.c      Thu Jul 28 17:24:11 2005
@@ -1683,7 +1683,7 @@
     xfree(p->from);
   }

-  if (p->spf_rlevel > 0)
+  if (p->spf_rlevel > 0 && p->current_domain != p->original_domain)
   {
     xfree(p->current_domain);
   }