summaryrefslogtreecommitdiffstats
path: root/received.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2023-04-04 10:57:32 +0200
committermanuel <manuel@mausz.at>2023-04-04 10:57:32 +0200
commitae63d731e9c1d9a0403aac3ee0e680a6508dff07 (patch)
tree348a9e75365d76b143f76eb63113a90d9e0025c8 /received.h
parent026d6c79538ad9dbe646f3ee5559470419583fe9 (diff)
downloadqmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.tar.gz
qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.tar.bz2
qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.zip
add NOSESSIONHEADER env variable
Diffstat (limited to 'received.h')
-rw-r--r--received.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/received.h b/received.h
index 473c3ca..2476454 100644
--- a/received.h
+++ b/received.h
@@ -5,9 +5,11 @@
5 5
6void received(const struct qmail *qqt, const char *protocol, 6void received(const struct qmail *qqt, const char *protocol,
7 const char *local, const char *remoteip, const char *remotehost, 7 const char *local, const char *remoteip, const char *remotehost,
8 const char *remoteinfo, const char *remotesession, const char *helo 8 const char *remoteinfo, const char *helo
9); 9);
10void received_authed(const struct qmail *qqt, const char *protocol, 10void received_authed(const struct qmail *qqt, const char *protocol,
11 const char *local, const char *remoteinfo, const char *remotesession); 11 const char *local);
12void xsmtpsession(const struct qmail *qqt,
13 const char *remoteinfo, const char *remotesession);
12 14
13#endif 15#endif