Unverified Commit 9c4df4d6 authored by Kim Lindberger's avatar Kim Lindberger Committed by GitHub
Browse files

Merge pull request #246992 from cransom/cransom-parsedmarc-smtp

nixos/parsedmarc: fix validation for smtp
parents cc3e602a 8f07186b
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;
            };
          };