SECURITY: length limits on many cmdline options
[exim.git] / src / src / macros.h
index 43217807f27e8c2da9c830648c60199882e3d404..72856a53b0b73ee89fb17f8a70b9802287512c42 100644 (file)
@@ -180,12 +180,6 @@ written on the spool, it gets read into big_buffer. */
 
 #define LOCAL_SCAN_MAX_RETURN (BIG_BUFFER_SIZE - 24)
 
-/* A limit to the length of an address. RFC 2821 limits the local part to 64
-and the domain to 255, so this should be adequate, taking into account quotings
-etc. */
-
-#define ADDRESS_MAXLENGTH 512
-
 /* The length of the base names of spool files, which consist of an internal
 message id with a trailing "-H" or "-D" added. */