Commit 8f07186b authored by Casey Ransom's avatar Casey Ransom Committed by Casey Ransom
Browse files

nixos/parsedmarc: fix validation for smtp

Update the ini generator so that a list of emails is accepted.
parent 9aabdcf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@ in
              description = lib.mdDoc ''
                The addresses to send outgoing mail to.
              '';
              apply = x: if x == [] then null else lib.concatStringsSep "," x;
            };
          };