]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/macros.h
sender verify callout
[user/henk/code/exim.git] / src / src / macros.h
index 0f893e812cfd21883d7647319f8f856452bd0fc3..a8ab4f7ae61ecb7335fc023c83b85d73ad189830 100644 (file)
@@ -503,7 +503,11 @@ to conflict with system errno values. */
 #define ERRNO_MAIL4XX        (-45)   /* MAIL gave 4xx error */
 #define ERRNO_DATA4XX        (-46)   /* DATA gave 4xx error */
 #define ERRNO_PROXYFAIL      (-47)   /* Negotiation failed for proxy configured host */
-#define ERRNO_AUTHPROB       (-48)   /* Autheticator "other" failure */
+#define ERRNO_AUTHPROB       (-48)   /* Authenticator "other" failure */
+
+#ifdef EXPERIMENTAL_INTERNATIONAL
+# define ERRNO_UTF8_FWD      (-49)   /* target not supporting SMTPUTF8 */
+#endif
 
 /* These must be last, so all retry deferments can easily be identified */