Update all copyright messages to cover 1995 - 2009. Remove tab from exim_checkaccess.src
[exim.git] / src / src / transports / lmtp.h
index d6d3c21ca04a9d5bcd668c86e68f0131385cf5ab..52fcc0c8ab42e8b8a84e64522858ac0ee0a5959b 100644 (file)
@@ -1,10 +1,10 @@
-/* $Cambridge: exim/src/src/transports/lmtp.h,v 1.1 2004/10/07 13:10:02 ph10 Exp $ */
+/* $Cambridge: exim/src/src/transports/lmtp.h,v 1.6 2009/11/16 19:50:39 nm4 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2004 */
+/* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Private structure for the private options. */
@@ -14,6 +14,7 @@ typedef struct {
   uschar *skt;
   int   timeout;
   int   options;
+  BOOL  ignore_quota;
 } lmtp_transport_options_block;
 
 /* Data for reading the private options. */