From ae63d731e9c1d9a0403aac3ee0e680a6508dff07 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 4 Apr 2023 10:57:32 +0200 Subject: add NOSESSIONHEADER env variable --- received.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'received.h') diff --git a/received.h b/received.h index 473c3ca..2476454 100644 --- a/received.h +++ b/received.h @@ -5,9 +5,11 @@ 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 + const char *remoteinfo, const char *helo ); void received_authed(const struct qmail *qqt, const char *protocol, - const char *local, const char *remoteinfo, const char *remotesession); + const char *local); +void xsmtpsession(const struct qmail *qqt, + const char *remoteinfo, const char *remotesession); #endif -- cgit v1.2.3