# Copyright (c) 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: MailFileName.bunit,v 1.5 2009/06/02 00:49:59 aviggio Exp $ Type(); [ is_absolute => [ ['/Mail/2009-06/20090601153957-50237.eml'] => 1, ['/Mail/2009-04/frankfurt f2f attendance 20090414152048390.eml'] => 1, ['/Mail/2009-06/20090601153957.eml'] => 0, ['/Mail/20090601153957-50237.eml'] => 0, ['/20090601153957-50237.eml'] => 0, ['/email/2009-06/20090601153957-50237.eml'] => 0, ['/2009-06/20090601153957-50237.eml'] => 0, ['/20090601153957-50237.msg'] => 0, ['/20090601153957-50237.msg'] => 0, ['20090601153957-50237.msg'] => 0, ], to_unique_absolute => [ ['2396759 79199'] => qr{^/Mail/1850-01/18500101215959-\d{5}.eml$}s, ], ];