]> git.proxmox.com Git - pmg-api.git/commit
fix #2153: allow "'" in quarantine email addresses
authorMira Limbeck <m.limbeck@proxmox.com>
Wed, 10 Apr 2019 10:54:37 +0000 (12:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 12 Apr 2019 07:54:16 +0000 (09:54 +0200)
commit7b6ff2ee64f974abb61de68d007730aba8aa40ed
treefb7cd6c3474434fb36dbfe31f9c0f27f785c5e4e
parent304f17d2e69c32fdc38b58d8cebfefec2ed74615
fix #2153: allow "'" in quarantine email addresses

use the more relaxed standard option 'pmg-email-address' defined in
PMG/Utils.pm instead of the 'email' format defined in pve-common

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
PMG/API2/Quarantine.pm