Description: the mail addresses= configuration option requires \@ but this is not documented
Bug-Debian: http://bugs.debian.org/464087
Author: Ryan Niebur <ryanryan52@gmail.com>
---
This patch header follows DEP-3: https://dep.debian.net/deps/dep3/
--- a/swatchdog
+++ b/swatchdog
@@ -1218,6 +1218,9 @@
 Send I<mail> to I<address(es)> containing the matched lines as
 they appear (default address is the user who is running the program).
 
+Note that the @ sign in the email addresses must be escaped with a
+backslash, like "user\@example.com".
+
 =item B<pipe command[,keep_open]>
 
 Pipe matched lines into I<command>. Use the B<keep_open> option to 
