That worked, thank you! I saw this post but didn't clue in to the similarity...I was not seeing the @domain.com part, not "@@". Doh!

Scott

Jesse Norell wrote:

Hello,

 Have you tried the fix posted a couple days ago for "@@" issues?
It sounds quite similar... see 
http://mailman.fastxs.net/pipermail/dbmail/2003-April/002639.html

---- Original Message ----
From: Scott Goodman <dbmail@dbmail.org>
To: dbmail@dbmail.org
Subject: [Dbmail] Having problems using dbmail and Horde/IMP
Sent: Tue, 08 Apr 2003 09:23:03 -0700

Anyone using dbmail with the IMP webmail program?

I'm not sure if this is a dbmail problem, an IMP problem or a problem
with the PHP function imap_headers().  When I connect IMP up to my Cyrus
server everything works great, when I hook it up to dbmail none of the
email addresses show the host portion. I've tracked it down to the
results of this line of PHP code in IMP:

$h = @imap_header($imp['stream'], imap_msgno($imp['stream'], $index));

Part of the $h array when using dbmail is:

   [from] => Array
       (
           [0] => stdClass Object
               (
                   [personal] => Scott Goodman
                   [mailbox] => scott
                   [host] => @searchbc.com
               )

       )


When using cyrus it contains:

   [from] => Array
       (
           [0] => stdClass Object
               (
                   [personal] => Scott Goodman
                   [mailbox] => scott
                   [host] => searchbc.com
               )

       )


Note the "@" sign in the host portion when using dbmail. Any ideas?


_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail

-- End Original Message --


--
Jesse Norell
jesse (at) kci.net
_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail




Reply via email to