[vhffs-dev] Mail delivery failed: returning message to sender |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
vhffs-dev@xxxxxxxxx
local delivery failed
------ This is a copy of the message, including all the headers. ------
Return-path: <vhffs-dev@xxxxxxxxx>
Received: from netu.naquadah.org ([212.85.152.254])
by mx1.tuxfamily.net with esmtp (Exim 4.50)
id 1Dh1N4-0003cM-NC
for vhffs-dev@xxxxxxxxx; Sat, 11 Jun 2005 10:29:38 +0200
Received: from soda by netu.naquadah.org with local (Exim 4.50)
id 1Dh1N5-000329-9k
for vhffs-dev@xxxxxxxxx; Sat, 11 Jun 2005 10:29:39 +0200
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
X-Mailer: svnmailer-0.9.9
Date: Sat, 11 Jun 2005 08:29:39 -0000
Subject: [svn] commit: r44 - trunk/vhffs-api/src/Vhffs/Services/Mailing.pm
From: vhffs-dev@xxxxxxxxx
To: vhffs-dev@xxxxxxxxx
Message-Id: <E1Dh1N5-000329-9k@xxxxxxxxxxxxxxxxx>
Author: soda
Date: Sat Jun 11 10:29:37 2005
New Revision: 44
Log:
Close bug #0000164, modify Vhffs::Services::Mailing
Modified:
trunk/vhffs-api/src/Vhffs/Services/Mailing.pm
Modified: trunk/vhffs-api/src/Vhffs/Services/Mailing.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/vhffs-api/src/Vhffs/Services/Mailing.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Services/Mailing.pm Sat Jun 11 10:29:37 2005
@@ -43,7 +43,7 @@
$this =3D $class->SUPER::new( $main , 1 , '401' );
=
=
- return undef if( ! ( $local =3D~ /^[a-zA-Z0-9\-]+$/ ) );
+ return undef if( ! ( $local =3D~ /^[a-zA-Z0-9\-\.]+$/ ) );
return undef if( ! ( $domain =3D~ /^[a-zA-Z0-9\-\.]+$/ ) );
$this->{'domain'} =3D $domain if ( defined $domain );
$this->{'local_part'} =3D $local if ( defined $local );