Rename rejectMessage to sendOnlyRejectMessage
This commit is contained in:
parent
d47e4ead88
commit
41219cc690
2 changed files with 5 additions and 4 deletions
|
@ -52,7 +52,7 @@ let
|
|||
|
||||
# denied_recipients_postfix :: [ String ]
|
||||
denied_recipients_postfix = (map
|
||||
(acct: "${acct.name} REJECT ${acct.rejectMessage}")
|
||||
(acct: "${acct.name} REJECT ${acct.sendOnlyRejectMessage}")
|
||||
(lib.filter (acct: acct.sendOnly) (lib.attrValues cfg.loginAccounts)));
|
||||
denied_recipients_file = builtins.toFile "denied_recipients" (lib.concatStringsSep "\n" denied_recipients_postfix);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue