<?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>