aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/spamd/spamd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc
index e6b89051..256ec08b 100644
--- a/config/spamd/spamd.inc
+++ b/config/spamd/spamd.inc
@@ -170,7 +170,7 @@ function spamd_generate_rules($type) {
$natrules = "";
switch($type) {
- case 'rdr':
+ case 'nat':
$natrules .= "\n# spam table \n";
$wanif = get_real_interface("wan");
$natrules .= "table <whitelist> persist\n";