[vhffs-dev] Warning: could not send message for past 4 hours |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
**********************************************
** THIS IS A WARNING MESSAGE ONLY **
** YOU DO NOT NEED TO RESEND YOUR MESSAGE **
**********************************************
The original message was received at Sun, 9 Jul 2006 15:55:35 +0200
from localhost.localdomain [127.0.0.1]
----- Transcript of session follows -----
cbrulebo@courrier... Deferred: Connection timed out with vss-mail-02.priv.enst-bretagne.fr.
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old
Reporting-MTA: dns; laposte.rennes.enst-bretagne.fr
Arrival-Date: Sun, 9 Jul 2006 15:55:35 +0200
Final-Recipient: RFC822; cyril.brulebois@[127.0.0.1]
X-Actual-Recipient: RFC822; cbrulebo@courrier.enst-bretagne.fr
Action: delayed
Status: 4.4.1
Remote-MTA: DNS; vss-mail-02.priv.enst-bretagne.fr
Last-Attempt-Date: Sun, 9 Jul 2006 20:06:17 +0200
Will-Retry-Until: Fri, 14 Jul 2006 15:55:35 +0200
--- Begin Message ---
Author: soda
Date: Sun Jul 9 15:52:14 2006
New Revision: 211
Log:
Can now list all domains with getall method
Modified:
trunk/vhffs-api/src/Vhffs/Services/Mail.pm
Modified: trunk/vhffs-api/src/Vhffs/Services/Mail.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Services/Mail.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Services/Mail.pm Sun Jul 9 15:52:14 2006
@@ -604,7 +604,7 @@
return undef if( $rows <= 0);
- foreach( $result = $request->fetchrow_hashref() )
+ while( $result = $request->fetchrow_hashref() )
{
$tmp = new Vhffs::Services::Mail( $vhffs , $result->{'domain'} );
push( @{$objs} , $tmp ) if( ( defined ( $tmp ) ) && ( $tmp->fetch > 0 ) )
--- End Message ---