diff options
| author | manuel <manuel@mausz.at> | 2023-04-04 10:57:32 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2023-04-04 10:57:32 +0200 |
| commit | ae63d731e9c1d9a0403aac3ee0e680a6508dff07 (patch) | |
| tree | 348a9e75365d76b143f76eb63113a90d9e0025c8 /received.h | |
| parent | 026d6c79538ad9dbe646f3ee5559470419583fe9 (diff) | |
| download | qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.tar.gz qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.tar.bz2 qmail-ae63d731e9c1d9a0403aac3ee0e680a6508dff07.zip | |
add NOSESSIONHEADER env variable
Diffstat (limited to 'received.h')
| -rw-r--r-- | received.h | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -5,9 +5,11 @@ | |||
| 5 | 5 | ||
| 6 | void received(const struct qmail *qqt, const char *protocol, | 6 | void 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 | ); |
| 10 | void received_authed(const struct qmail *qqt, const char *protocol, | 10 | void received_authed(const struct qmail *qqt, const char *protocol, |
| 11 | const char *local, const char *remoteinfo, const char *remotesession); | 11 | const char *local); |
| 12 | void xsmtpsession(const struct qmail *qqt, | ||
| 13 | const char *remoteinfo, const char *remotesession); | ||
| 12 | 14 | ||
| 13 | #endif | 15 | #endif |
