nixos/parsedmarc: fix validation for smtp
Update the ini generator so that a list of emails is accepted.
Casey Ransom 2 years ago 8f07186b 9aabdcf4
··· 301 301 description = lib.mdDoc '' 302 302 The addresses to send outgoing mail to. 303 303 ''; 304 304 + apply = x: if x == [] then null else lib.concatStringsSep "," x; 304 305 }; 305 306 }; 306 307