Menu

#62 Sendmail regets e-mail

closed-fixed
5
2001-10-20
2001-06-05
Anonymous
No

when replying to and e-mail with the following format:
Hugues Belanger <hbelange@embeddedobjects.org>

Sendmail regets the message with the following error
and no e-mail notice is returned.

Pls help

Jun 5 13:13:04 web sendmail[3934]: f55HD4i03934: <=?
iso-8859-1?q?
=48=75=67=75=65=73=20=42=65=6c=61=6e=67=65=72?
='<hbelange@embeddedobjects.org>... Unbalanced '<'
Jun 5 13:13:04 web sendmail[3934]: f55HD4i03934:
from=<hbelanger@701.com>, size=0, class=0, nrcpts=0,
proto=SMTP, daemon=MTA, relay=[216.185.83.194]

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Try to change the php magic_quotes value in the apache config file.

    php_admin_flag magic_quotes_gpc off
    php_admin_flag magic_quotes_runtime off

    Sergio

     
  • Nicolas Chalanset

    Logged In: YES
    user_id=82865

    <=?iso-8859-1?q?
    =48=75=67=75=65=73=20=42=65=6c=61=6e=67=65=72?
    ='<hbelange@embeddedobjects.org>

    the problem comes from the first <
    If you are trying to add the name to the sender email, it
    should be as follow
    h belange <hbelange@embeddedobject.org>
    and not
    <h belange <hbelange@embeddedobject.org>>

     
  • Nobody/Anonymous

    Logged In: NO

    i have the exact same problem with my installation, except that my mail daemon sends an 'undeliverable
    mail' message to the originating inbox. I have been working for 3 weeks to overcome this obstacle to no
    avail. Also, when users delete messages from their inbox, they are sent to the bad login page and must log
    in again. This also is another problem that i can't figure out and can't get a reply to. I know that this isn't
    much help, but if we could possibly join forces to see what we have both done, perhaps we can find the
    one thing that we need to do to fix this problem. my email is kristencamp@home.net. Thanks

    ...Kristen

     
  • Ross Golder

    Ross Golder - 2001-10-18

    Logged In: YES
    user_id=20872

    I've just committed a patch I think should resolve this.
    Please re-open another bug ticket if it persists.

     
  • Anonymous

    Anonymous - 2001-10-20

    Logged In: YES
    user_id=29685

    Fixed in CVS.

    It'll be included in next release.

    But you can download daily snapshots at :
    http://nocc.sourceforge.net/download/

    Thanks for the bug report.

     
  • Anonymous

    Anonymous - 2001-10-20
    • assigned_to: nobody --> rossigee
    • status: open --> closed-fixed
     

Log in to post a comment.