[Rspamd-Users] how to disable greylisting per recipientaddress

Ronny Seffner r.seffner at seffner-schlesier.de
Fri Nov 5 14:36:14 UTC 2021


[update]

Disabling greylist is working, but GUI still shows Action "greylist".

I fixed this by adding "greylist = null;" New settings:

no_gl {
  id = "no_gl";
  priority = high;
  rcpt = "journalo365 at domain.tld";
  apply {
    actions {
      add_header = 99;
      reject = 99;
      rewrite_subject = 99;
      greylist = null;
    }
  }
  symbols [ "DONT_GREYLIST" ];
}




Mit freundlichen Grüßen

Ronny Seffner


More information about the Users mailing list