diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-25 17:33:16 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-25 17:33:16 +0400 |
commit | a9ab6be27de01f12ce6f201a4efa3eda8be0e36b (patch) | |
tree | 3c2cc297cc7c904d20a36dc783668632ed8088c2 /rspamc.pl.in | |
parent | 3dd95c9525babd0ba5be237663132a69ebf71a2a (diff) | |
download | rspamd-a9ab6be27de01f12ce6f201a4efa3eda8be0e36b.tar.gz rspamd-a9ab6be27de01f12ce6f201a4efa3eda8be0e36b.zip |
* Fix learning
Diffstat (limited to 'rspamc.pl.in')
-rwxr-xr-x | rspamc.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rspamc.pl.in b/rspamc.pl.in index 7e435bf36..e82ec0b47 100755 --- a/rspamc.pl.in +++ b/rspamc.pl.in @@ -51,7 +51,7 @@ sub parse_config { if ($ctrl && $_ =~ /}/) { $ctrl = 0; } - if ($_ =~ /^.*type.*=.*(?:lmtp|delivery).*$/i) { + if ($_ =~ /^.*type.*=.*(?:lmtp|delivery|fuzzy).*$/i) { $skip = 1; } if ($skip && $_ =~ /}/) { |