From d7b2fe30a81cdeda5032473292459d040e126d3e Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Sun, 21 Dec 2008 12:35:11 +0100
Subject: [PATCH] Enotify: forgot to add new file to the test suite.

---
 tests/extensions/enotify/errors/from-mailto.sieve | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tests/extensions/enotify/errors/from-mailto.sieve

diff --git a/tests/extensions/enotify/errors/from-mailto.sieve b/tests/extensions/enotify/errors/from-mailto.sieve
new file mode 100644
index 000000000..f40ed0468
--- /dev/null
+++ b/tests/extensions/enotify/errors/from-mailto.sieve
@@ -0,0 +1,4 @@
+require "enotify";
+
+# 1: Invalid from address
+notify :from "stephan#rename-it.nl" "mailto:stephan@example.com";
-- 
GitLab