dovecot: fix spam script paths
authorJulien Moutinho <julm@autogeree.net>
Fri, 21 Jun 2019 12:56:15 +0000 (12:56 +0000)
committerJulien Moutinho <julm@autogeree.net>
Fri, 21 Jun 2019 12:56:15 +0000 (12:56 +0000)
install/logical/friot/dovecot.nix

index a8a7fb7d87d7c5ccffd8c2c316f30b5f4b6f74a9..3f809591f8c195f8e63b590585034d1f9869b37c 100644 (file)
@@ -271,7 +271,7 @@ in
               set "username" "''${1}";
             }
 
-            pipe :copy "sa-learn-spam.sh" [ "''${username}" ];
+            pipe :copy "learn-spam.sh" [ "''${username}" ];
           '';
           report-ham = ''
             require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
@@ -288,7 +288,7 @@ in
               set "username" "''${1}";
             }
 
-            pipe :copy "sa-learn-ham.sh" [ "''${username}" ];
+            pipe :copy "learn-ham.sh" [ "''${username}" ];
           '';
         };
       };