From ddb3069bf287af8f0a634110b7bb95203f147b51 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 20 Nov 2020 01:03:21 +0100 Subject: Add X-UD-Smtp-Session to unauthed smtp session aswell --- received.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'received.h') diff --git a/received.h b/received.h index 7c98c28..473c3ca 100644 --- a/received.h +++ b/received.h @@ -1,7 +1,13 @@ #ifndef RECEIVED_H #define RECEIVED_H -extern void received(); -extern void received_authed(); +#include "qmail.h" + +void received(const struct qmail *qqt, const char *protocol, + const char *local, const char *remoteip, const char *remotehost, + const char *remoteinfo, const char *remotesession, const char *helo +); +void received_authed(const struct qmail *qqt, const char *protocol, + const char *local, const char *remoteinfo, const char *remotesession); #endif -- cgit v1.2.3