X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flocal_scan.c;h=da44cb7e677a9b362ea7ca0324599d2e571dacdb;hb=e2fe20104068e079266859fbe7a95fdab5d3fee2;hp=ee5214df25b5f1c18473631f2f2d29753e6812cd;hpb=059ec3d9952740285fb1ebf47961b8aca2eb1b4a;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/local_scan.c b/src/src/local_scan.c index ee5214df2..da44cb7e6 100644 --- a/src/src/local_scan.c +++ b/src/src/local_scan.c @@ -1,11 +1,11 @@ -/* $Cambridge: exim/src/src/local_scan.c,v 1.1 2004/10/07 10:39:01 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2004 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) The Exim Maintainers 2021 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /****************************************************************************** @@ -14,6 +14,7 @@ If you want to implement your own version, you should copy this file to, say Local/local_scan.c, and edit the copy. To use your version instead of the default, you must set +HAVE_LOCAL_SCAN=yes LOCAL_SCAN_SOURCE=Local/local_scan.c in your Local/Makefile. This makes it easy to copy your version for use with @@ -58,8 +59,6 @@ The return values of this function are: int local_scan(int fd, uschar **return_text) { -fd = fd; /* Keep picky compilers happy */ -return_text = return_text; return LOCAL_SCAN_ACCEPT; }