1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

Fix a typo in the repor-ham sieve script, fixes #159

This commit is contained in:
Pierre Jaury 2017-02-12 13:26:23 +01:00
parent fcae1f57e0
commit b46433cabe

View File

@ -1,3 +1,3 @@
require "vnd.dovecot.execute";
execute :pipe mailtrain ham;
execute :pipe "mailtrain" "ham";