# Copyright (c) 2005-2006 bivio Software, Inc. All Rights Reserved. # # Visit http://www.bivio.biz for more info. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of the # License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; If not, you may get a copy from: # http://www.opensource.org/licenses/lgpl-license.html # # $Id: Incoming.bunit,v 1.10 2009/10/02 01:33:16 nagler Exp $ Request('initialize_fully'); [ [\(<<'EOF')] => [ From: John Doe To: private_forum@localhost.localdomain Subject: should bounce References: Date: Wed, 26 Oct 2005 04:19:47 EDT In-Reply-To: Message-ID: any body EOF get_from => [ [] => ['john+btest_forum-admin@localhost.localdomain', 'John Doe'], ], get_references => [ [] => [[qw(d@d c@c b@b a@a)]], ], get_message_id => 'm@m', get_date_time => '2453670 29987', get_reply_subject => 'Re: should bounce', ], [\(<<'EOF')] => [ Message-ID: any body EOF get_reply_subject => 'Re: (No Subject)', get_from => not_die(), ], [\(<<'EOF')] => [ From: John Doe To: Private Forum Subject: should bounce References: Date: Wed, 26 Oct 2005 04:19:47 EDT In-Reply-To: Cc: cc@cc.com, John Doe any body EOF get_message_id => [ [] => ['no-message-id'], ], get_all_addresses => [ [] => [[qw( cc@cc.com john@localhost.localdomain private_forum@localhost.localdomain )]], ], get_references => [ [] => [[qw(d@d c@c b@b a@a)]], ], ], ];