X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/79895debab1ea211c4d8d1c495c50486d4a0f24f..4809a98c8ccc9721980b73b853ca5643977600f9:/src/src/spam.c diff --git a/src/src/spam.c b/src/src/spam.c index 877243502..134c3a814 100644 --- a/src/src/spam.c +++ b/src/src/spam.c @@ -1,11 +1,10 @@ -/* $Cambridge: exim/src/src/spam.c,v 1.1.2.1 2004/11/26 09:13:34 tom Exp $ */ +/* $Cambridge: exim/src/src/spam.c,v 1.1.2.2 2004/11/26 16:04:26 tom Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* This file is part of the exiscan-acl content scanner -patch. It is NOT part of the standard exim distribution. */ +#ifdef WITH_CONTENT_SCAN /* Copyright (c) Tom Kistner 2003-???? */ /* License: GPL */ @@ -338,3 +337,5 @@ int spam(uschar **listptr) { return spam_rc; }; } + +#endif