diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-18 00:06:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-18 00:06:34 +0000 |
commit | 32025b29ed47a3e568a032e3d95bd2fe8704b788 (patch) | |
tree | d1cdc204cf91c4241637a54906feb643013c8b8d /packages/spamd_settings.xml | |
parent | 95c99f1d91f168d9560d8352c2dd4eb8b12311ce (diff) | |
download | pfsense-packages-32025b29ed47a3e568a032e3d95bd2fe8704b788.tar.gz pfsense-packages-32025b29ed47a3e568a032e3d95bd2fe8704b788.tar.bz2 pfsense-packages-32025b29ed47a3e568a032e3d95bd2fe8704b788.zip |
* Woops, aliases use $ instead of {} mojo.
* Only process items if a name is provided ignoring blank entries
Diffstat (limited to 'packages/spamd_settings.xml')
-rw-r--r-- | packages/spamd_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index c799a34f..95c343d1 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -171,7 +171,7 @@ <field> <fielddescr>NextMTA</fielddescr> <fieldname>nextmta</fieldname> - <description>Automatically sends messages after being processed by SpamD to IP Address. You may enter an alias if you like, simply surround it with {}. Note, if you have postfix package installed enter 127.0.0.1 here.</description> + <description>Automatically sends messages after being processed by SpamD to IP Address. You may enter an alias if you like, simply prepend $ to the alias name. example: $mailservers. Note, if you have postfix package installed enter 127.0.0.1 here.</description> <type>input</type> <value>1</value> </field> |