From 91bc86b3170c17f6b84e73f396450d585ba9a159 Mon Sep 17 00:00:00 2001
From: David Byers <byers@lysator.liu.se>
Date: Sat, 22 Sep 2001 13:41:24 +0000
Subject: [PATCH] (redirect): Set owner-delete. (x-face, pgp-public-key,
 e-mail-address, faq-text, allowed-content-type): Ditto.

---
 run-support/aux-items.conf | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/run-support/aux-items.conf b/run-support/aux-items.conf
index 53aab38ed..13cbaa115 100644
--- a/run-support/aux-items.conf
+++ b/run-support/aux-items.conf
@@ -1,5 +1,5 @@
 # 
-# $Id: aux-items.conf,v 1.14 2001/05/24 11:27:34 ceder Exp $
+# $Id: aux-items.conf,v 1.15 2001/09/22 13:41:24 byers Exp $
 # Copyright (C) 1994-2000  Lysator Academic Computer Association.
 # 
 # This file is part of the LysKOM server.
@@ -141,6 +141,7 @@
 {
     dont-garb       = false;
     supervisor-only = true;
+    owner-delete    = true;
     validate        = "^(LysKOM|E-mail):";
 }
 
@@ -154,6 +155,7 @@
     secret          = false;
     hide-creator    = false;
     supervisor-only = true;
+    owner-delete    = true;
     dont-garb       = false;
     inherit         = false;
     inherit-limit   = 1;
@@ -192,6 +194,7 @@
 12 : pgp-public-key (letterbox)
 {
     author-only     = true;
+    owner-delete    = true;
     hide-creator    = false;
     dont-garb       = false;
     inherit         = false;
@@ -207,6 +210,7 @@
 {
     author-only     = true;
     hide-creator    = false;
+    owner-delete    = true;
     dont-garb       = false;
     inherit         = false;
     inherit-limit   = 1;
@@ -222,6 +226,7 @@
     hide-creator    = false;
     secret          = false;
     inherit         = false;
+    owner-delete    = true;
     inherit-limit   = 1;
     add-trigger     = link-faq();
     validate        = "^[0-9][0-9]*$";
@@ -399,6 +404,7 @@
 30 : allowed-content-type (conference, letterbox, server)
 {
     supervisor-only = true;
+    owner-delete    = true;
     secret          = false;
     hide-creator    = false;
     validate        = "^.*/.*$";
-- 
GitLab