summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2004-02-26 08:30:02 +0000
committerBob Beck <beck@cvs.openbsd.org>2004-02-26 08:30:02 +0000
commit9061aaa1229327ef9df9dfaedd501a36376ca3c4 (patch)
treea68d43264c18e17205ebd7ec16aa1c64c8a9d4ca /libexec
parent5d40d608890c86796ecaebbba4c03d94430795d3 (diff)
Add ommitted copyright.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/spamd/grey.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/libexec/spamd/grey.h b/libexec/spamd/grey.h
index 19d2440fe31..ba305a6d5e5 100644
--- a/libexec/spamd/grey.h
+++ b/libexec/spamd/grey.h
@@ -1,8 +1,21 @@
-/* $OpenBSD: grey.h,v 1.2 2004/02/26 08:18:56 deraadt Exp $ */
+/* $OpenBSD: grey.h,v 1.3 2004/02/26 08:30:01 beck Exp $ */
/*
- * Where is your damn copyright?
+ * Copyright (c) 2004 Bob Beck. All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+
#define MAX_MAIL 1024 /* how big an email address will we consider */
#define PASSTIME (60 * 30) /* pass after first retry seen after 30 mins */
#define GREYEXP (60 * 60 * 4) /* remove grey entries after 4 hours */