]> git.proxmox.com Git - pmg-api.git/commitdiff
PMG/Config - reduce default maxspamsize back to 256
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Dec 2017 11:17:12 +0000 (12:17 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Dec 2017 11:17:12 +0000 (12:17 +0100)
Because we always analyze the first $maxspamsize of large mails now.

PMG/Config.pm

index 66da5f0e861e8a570d542da7d3db3199e1f2e839..9a248d0162efeb51ee5cceb2b2205fc59aa5d70e 100755 (executable)
@@ -167,7 +167,7 @@ sub properties {
            description => "Maximum size of spam messages in bytes.",
            type => 'integer',
            minimum => 64,
-           default => 1024*1024,
+           default => 256*1024,
        },
     };
 }