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

nixos/parsedmarc: fix validation for smtp
This commit is contained in:
Kim Lindberger 2023-11-16 15:06:20 +01:00 committed by GitHub
commit 9c4df4d618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};