]> git.pld-linux.org Git - packages/exim.git/blob - exim4-spf2.patch
- exim.conf can contain passwords, change mode to 640
[packages/exim.git] / exim4-spf2.patch
1 --- src/spf.h~  2004-08-02 22:33:25.679145784 +0200
2 +++ src/spf.h   2004-08-02 22:34:34.029754912 +0200
3 @@ -10,9 +10,9 @@
4  
5  #ifdef SPF
6  
7 -#include <spf_alt/spf.h>
8 -#include <spf_alt/spf_dns_resolv.h>
9 -#include <spf_alt/spf_dns_cache.h>
10 +#include <spf2/spf.h>
11 +#include <spf2/spf_dns_resolv.h>
12 +#include <spf2/spf_dns_cache.h>
13  
14  typedef struct spf_result_id {
15    uschar *name;
This page took 0.021345 seconds and 3 git commands to generate.