]> git.proxmox.com Git - pmg-api.git/commitdiff
fix #1881: increase limit for ids in spam quarantine
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 14 Sep 2018 12:13:20 +0000 (14:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Sep 2018 07:25:57 +0000 (09:25 +0200)
removing the maxLength, now the limiting factor is the http
post size (64k atm), should be enough for a while

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/API2/Quarantine.pm

index 2724457ea7f36aebec47929bddfb2100ba97d4f0..89372419ccbebf763b37d988f5a715239e75be58 100644 (file)
@@ -895,7 +895,6 @@ __PACKAGE__->register_method ({
                description => 'Unique IDs, seperate with ;',
                type => 'string',
                pattern => 'C\d+R\d+T\d+(;C\d+R\d+T\d+)*',
-               maxLength => 600,
            },
            action => {
                description => 'Action - specify what you want to do with the mail.',