From a8c119ba2f2cf819aa4fe28b11c28da279e325e6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 2 Oct 2016 17:41:51 +0200 Subject: regexp delimeters --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index ca43426b..68c3040a 100644 --- a/hel.nix +++ b/hel.nix @@ -202,7 +202,7 @@ smtp_sender_dependent_authentication = yes sender_dependent_relayhost_maps = regexp:${pkgs.writeText "sender_relay" '' - @math(ematik)?\.(lmu|uni-muenchen)\.de [uni-muenchen.de] + /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ [uni-muenchen.de] ''} smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd smtp_sasl_type = cyrus -- cgit v1.2.3