From 098b2f065bf860045a53048c4fad45afaf8f1257 Mon Sep 17 00:00:00 2001
From: oliver <oliver@ispconfig3>
Date: Wed, 29 Aug 2007 11:30:37 -0400
Subject: [PATCH] 1.) Added final_*_destiny settings in amavisd_user_config.master to enable quarantining if wanted. 2.) Cleaned up update.php 3.) Changed definitions for quarantine settings 4.) Commented out areas for quarantining 'clean' and 'other'
---
interface/web/mail/templates/spamfilter_quarantine_edit.htm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/interface/web/mail/templates/spamfilter_quarantine_edit.htm b/interface/web/mail/templates/spamfilter_quarantine_edit.htm
index 9b4f93e..76987fc 100644
--- a/interface/web/mail/templates/spamfilter_quarantine_edit.htm
+++ b/interface/web/mail/templates/spamfilter_quarantine_edit.htm
@@ -15,6 +15,7 @@
<td class="frmText11">{tmpl_var name='bad_header_quarantine_to_txt'}:</td>
<td class="frmText11"><input name="bad_header_quarantine_to" type="text" class="text" value="{tmpl_var name='bad_header_quarantine_to'}" size="30" maxlength="255"></td>
</tr>
+ <!--
<tr>
<td class="frmText11">{tmpl_var name='clean_quarantine_to_txt'}:</td>
<td class="frmText11"><input name="clean_quarantine_to" type="text" class="text" value="{tmpl_var name='clean_quarantine_to'}" size="30" maxlength="255"></td>
@@ -22,7 +23,9 @@
<tr>
<td class="frmText11">{tmpl_var name='other_quarantine_to_txt'}:</td>
<td class="frmText11"><input name="other_quarantine_to" type="text" class="text" value="{tmpl_var name='other_quarantine_to'}" size="30" maxlength="255"></td>
- </tr> <tr>
+ </tr>
+ //-->
+ <tr>
<td class="frmText11"> </td>
<td class="frmText11"> </td>
</tr>
--
Gitblit v1.9.1