[pmg-devel] [PATCH pmg-gui] Add postfix dnsbl threshold
Dietmar Maurer
dietmar at proxmox.com
Fri Jun 15 11:39:45 CEST 2018
Please can you resend patches using "git send-mail" ? I am unable to apply
your mails using "git am" - I get:
Applying: Add postfix dnsbl threshold
error: corrupt patch at line 12
see https://pve.proxmox.com/wiki/Developer_Documentation
> On June 13, 2018 at 3:28 PM Alexander Plank <Alexander.Plank at siconnex.com>
> wrote:
>
>
> Signed-off-by: Alexander Plank <alexander.plank at siconnex.com>
> ---
> js/MailProxyOptions.js | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/js/MailProxyOptions.js b/js/MailProxyOptions.js
> index 527d839..28deab8 100644
> --- a/js/MailProxyOptions.js
> +++ b/js/MailProxyOptions.js
> @@ -20,6 +20,9 @@ Ext.define('PMG.MailProxyOptions', {
> me.add_text_row('dnsbl_sites', gettext('DNSBL Sites'),
> { deleteEmpty: true, defaultValue:
> Proxmox.Utils.noneText });
> +
> + me.add_integer_row('dnsbl_threshold', gettext('DNSBL Threshold'),
> + { defaultValue: 1, minValue: 0 });
> var render_verifyreceivers = function(value) {
> if (value === undefined || value === '__default__') {
> --
> 2.14.1.windows.1
> _______________________________________________
> pmg-devel mailing list
> pmg-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
More information about the pmg-devel
mailing list