spfmilter (1.99+0.97-3) direct (non packaging) changes

Summary

 spfmilter.8 |    5 +++--
 spfmilter.c |    4 +---
 2 files changed, 4 insertions(+), 5 deletions(-)

    
download this patch

Patch contents

--- spfmilter-1.99+0.97.orig/spfmilter.8
+++ spfmilter-1.99+0.97/spfmilter.8
@@ -1,4 +1,4 @@
-.TH spfmilter 1 "25 May 2004"
+.TH spfmilter 8 "25 May 2004"
 .SH NAME
 spfmilter - SPF mail filter module
 .SH SYNOPSIS
@@ -79,6 +79,7 @@
 The assumption here is that your MX-secondaries are themselves running
 SPF and have already done the real check when they initially received
 the message.
+.B Note: This build of spfmilter does not support this option because library limitations.
 .TP
 .B --explanation or -e
 The explanation message that gets returned in mail bounce messages.
@@ -157,7 +158,7 @@
     spfmilter_socket="unix:/var/run/spfmilter.sock"
 .fi
 .SH AUTHOR
-Copyright © 2004 by Jef Poskanzer <jef@mail.acme.com>.
+Copyright (c)2004 by Jef Poskanzer <jef@mail.acme.com>.
 All rights reserved.
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
--- spfmilter-1.99+0.97.orig/spfmilter.c
+++ spfmilter-1.99+0.97/spfmilter.c
@@ -1637,9 +1637,7 @@
 
 
 /* Decide which library we can/should use. */
-#ifdef HAVE_LIBSPF_SPF_H
 #define USE_LIBSPF
-#endif
 #ifdef HAVE_SPF2_SPF_H
 #define USE_LIBSPF2
 #endif
@@ -1657,7 +1655,7 @@
 /* Libspf data and routines. */
 
 
-#include <libspf/spf.h>
+#include <spf.h>
 
 
 struct lib_fallback_s {