You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
473 B
21 lines
473 B
Index: scam-back.c |
|
--- scam-back.c.orig 2009-02-14 00:29:26 +0100 |
|
+++ scam-back.c 2009-02-14 11:06:17 +0100 |
|
@@ -42,7 +42,7 @@ |
|
|
|
#include <pthread.h> |
|
|
|
-#include "libmilter/mfapi.h" |
|
+#include "milter/mfapi.h" |
|
|
|
#ifndef LINUX |
|
#ifdef SOLARIS |
|
@@ -1006,7 +1006,7 @@ |
|
|
|
struct smfiDesc smfilter = |
|
{ |
|
- "scam-back", /* filter name */ |
|
+ "milter-backscatter", /* filter name */ |
|
SMFI_VERSION, /* version code -- do not change */ |
|
#ifdef BITBUCKET |
|
SMFIF_ADDHDRS|SMFIF_DELRCPT,
|
|
|