Minor cleanups of the xclient error messages; xclient
command lookup tables. File: smtpd/smtpd.c.
+20031207
+
+ Bugfix: fallback_transport and mailbox_transport were broken
+ because the deliver_pass.c module was not updated for the
+ changed message delivery protocol.
Open problems:
High: when virtual aliasing is turned off after content
===============================================================
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
===============================================================
+The XCLIENT feature for content filter logging is still changing
+and the design details have already changed again.
+
The sender/recipient address verification code is lightly documented
and has been tested lightly. The code is proof-of-concept quality
and must not be used on high-volume sites. Use at your own risk.
ATTR_TYPE_STR, MAIL_ATTR_ERRTO, request->errors_to,
ATTR_TYPE_STR, MAIL_ATTR_RRCPT, request->return_receipt,
ATTR_TYPE_LONG, MAIL_ATTR_TIME, request->arrival_time,
+ ATTR_TYPE_STR, MAIL_ATTR_CLIENT_NAME, request->client_name,
+ ATTR_TYPE_STR, MAIL_ATTR_CLIENT_ADDR, request->client_addr,
+ ATTR_TYPE_STR, MAIL_ATTR_PROTO_NAME, request->client_proto,
+ ATTR_TYPE_STR, MAIL_ATTR_HELO_NAME, request->client_helo,
ATTR_TYPE_LONG, MAIL_ATTR_OFFSET, offs,
ATTR_TYPE_STR, MAIL_ATTR_ORCPT, orcpt,
ATTR_TYPE_STR, MAIL_ATTR_RECIP, addr,
* Patches change the patchlevel and the release date. Snapshots change the
* release date only, unless they include the same bugfix as a patch release.
*/
-#define MAIL_RELEASE_DATE "20031204"
+#define MAIL_RELEASE_DATE "20031207"
#define VAR_MAIL_VERSION "mail_version"
#define DEF_MAIL_VERSION "2.0.16-" MAIL_RELEASE_DATE