X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7ad1a2b2cc57b5f4bcb59186a9a8abcbed9f4f76..fba5586e6d47f55e024e97681c166e857c4f3d1c:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index 01dd455ba..760278079 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -3,9 +3,10 @@ *************************************************/ /* - * Copyright (c) The Exim Maintainers 2015 - 2022 + * Copyright (c) The Exim Maintainers 2015 - 2023 * Copyright (c) Tom Kistner 2003 - 2015 * License: GPL + * SPDX-License-Identifier: GPL-2.0-or-later */ /* Code for calling virus (malware) scanners. Called from acl.c. */ @@ -2237,7 +2238,7 @@ Returns: Exim message processing code (OK, FAIL, DEFER, ...) where true means malware was found (condition applies) */ int -malware_in_file(uschar *eml_filename) +malware_in_file(const uschar * eml_filename) { uschar message_id_buf[64]; int ret;