]> git.donarmstrong.com Git - debbugs.git/blobdiff - t/06_mail_handling.t
Apply fix for ! in owner et al; fixes #681853 Thanks to jwilk for reporting
[debbugs.git] / t / 06_mail_handling.t
index cc37feb35ede4248c3b70f52b59ea86f68dfa2ed..9489af01a3d8407ecc81a141ae6ff26511ab9eb0 100644 (file)
@@ -1,7 +1,7 @@
 # -*- mode: cperl;-*-
 # $Id: 05_mail.t,v 1.1 2005/08/17 21:46:17 don Exp $
 
-use Test::More tests => 123;
+use Test::More tests => 126;
 
 use warnings;
 use strict;
@@ -208,6 +208,11 @@ my @control_commands =
                             status_key => 'owner',
                             status_value => 'foo@bar.com',
                            },
+      owner_replyto      => {command => 'owner',
+                            value   => '!',
+                            status_key => 'owner',
+                            status_value => 'foo@bugs.something',
+                           },
       noowner      => {command => 'noowner',
                       value   => '',
                       status_key => 'owner',