aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sassassin_wl.xml
diff options
context:
space:
mode:
authorFernando Lemos <fernandotcl@pfsense.org>2006-06-02 13:45:55 +0000
committerFernando Lemos <fernandotcl@pfsense.org>2006-06-02 13:45:55 +0000
commit97b095c2c8b4a5d37bd3f4112dff0b906038edcf (patch)
tree8cab41852f44f7bf6a10ba7708d26283d2dd3a39 /packages/sassassin_wl.xml
parentc868bc5be8c9f7cc8b7ca91bbd36990a931d9875 (diff)
downloadpfsense-packages-97b095c2c8b4a5d37bd3f4112dff0b906038edcf.tar.gz
pfsense-packages-97b095c2c8b4a5d37bd3f4112dff0b906038edcf.tar.bz2
pfsense-packages-97b095c2c8b4a5d37bd3f4112dff0b906038edcf.zip
This was the first package I wrote, don't know how well it complies to the new pkg_edit.php, but it should do fine. Blacklist + whitelist + simple configuration.
Diffstat (limited to 'packages/sassassin_wl.xml')
-rw-r--r--packages/sassassin_wl.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/packages/sassassin_wl.xml b/packages/sassassin_wl.xml
new file mode 100644
index 00000000..fef5036e
--- /dev/null
+++ b/packages/sassassin_wl.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packagegui>
+ <name>sassassinwl</name>
+ <title>AntiSPAM: Whitelist</title>
+ <include_file>sassassin.inc</include_file>
+ <tabs>
+ <tab>
+ <text>Configuration</text>
+ <url>/pkg_edit.php?xml=sassassin.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>Whitelist</text>
+ <url>/pkg.php?xml=sassassin_wl.xml</url>
+ <active/>
+ </tab>
+ <tab>
+ <text>Blacklist</text>
+ <url>/pkg.php?xml=sassassin_bl.xml</url>
+ </tab>
+ </tabs>
+ <adddeleteeditpagefields>
+ <columnitem>
+ <fieldname>address</fieldname>
+ <fielddescr>Address</fielddescr>
+ </columnitem>
+ <columnitem>
+ <fieldname>description</fieldname>
+ <fielddescr>Description</fielddescr>
+ </columnitem>
+ </adddeleteeditpagefields>
+ <fields>
+ <field>
+ <fieldname>address</fieldname>
+ <fielddescr>Address</fielddescr>
+ <description>This is the email address that will be added to the whitelist (valid wildcards: *, ?).</description>
+ <required/>
+ <type>input</type>
+ </field>
+ <field>
+ <fieldname>description</fieldname>
+ <fielddescr>Description</fielddescr>
+ <description>You may enter a description here for your reference (not parsed).</description>
+ <type>input</type>
+ </field>
+ </fields>
+ <custom_php_resync_config_command>
+ sassassin_resync();
+ </custom_php_resync_config_command>
+</packagegui>