This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BATV problem V5.1

Sending an email using an address with a period in the name, as in first.last@domain.com results in a return path not in the  format. A user without a period works correctly. This would result in a valid bounce being rejected.

Trench 

V5.100


This thread was automatically locked due to age.
Parents
  • I just tried to duplicate this and could not?? See Below:

    Sent without a period in the email

    2004:12:03-20:49:26 (none) exim[29831]: 2004-12-03 20:49:26 1CaP35-0007l9-LM H=pop-a065d23.pas.sa.earthlink.net [207.217.121.254] Warning: spam_score:0.1
    2004:12:03-20:49:26 (none) exim[29831]: 2004-12-03 20:49:26 1CaP35-0007l9-LM  H=pop-a065d23.pas.sa.earthlink.net [207.217.121.254] P=esmtp S=1622 id=41B117AB.30003@XXXXX.org
    2004:12:03-20:49:26 (none) exim[29834]: 2004-12-03 20:49:26 1CaP35-0007l9-LM => brentg@XXXXX.com R=static_route T=remote_smtp H=172.28.77.5 [172.28.77.5]
    2004:12:03-20:49:26 (none) exim[29834]: 2004-12-03 20:49:26 1CaP35-0007l9-LM Completed

    And then sent with a period in the address

    2004:12:03-20:44:28 (none) exim[29771]: 2004-12-03 20:44:28 1CaOyI-0007kB-Do H=pop-a065c05.pas.sa.earthlink.net [207.217.121.183] Warning: spam_score:0.1
    2004:12:03-20:44:28 (none) exim[29771]: 2004-12-03 20:44:28 1CaOyI-0007kB-Do  H=pop-a065c05.pas.sa.earthlink.net [207.217.121.183] P=esmtp S=1632 id=41B11680.2060600@XXXXX.org
    2004:12:03-20:44:28 (none) exim[29774]: 2004-12-03 20:44:28 1CaOyI-0007kB-Do => brentg@XXXXX.com R=static_route T=remote_smtp H=172.28.77.5 [172.28.77.5]
    2004:12:03-20:44:28 (none) exim[29774]: 2004-12-03 20:44:28 1CaOyI-0007kB-Do Completed

    Do you have senders/recipients being skipped from BATV??
  • Brent

    I have no skipped senders or reciepients.

    I sent three emails through the same path, my exchange server which has my ASL as its smart host. The only thing that changes is the senders email address. The headers on the emails as they arrived in order are:

    Status: U                                                      
    Return-Path: 
    Received: from mail.XXXXXXX.com ([99.99.99.999])
     by kendall.mail.mindspring.net (EarthLink SMTP Server) with ESMTP id 1cAoe4mQ3Nl
     for ; Fri, 3 Dec 2004 19:56:40 -0500 (EST)
    Thread-Topic: batv test

    Status: U                                                                  
    Return-Path:                          
    Received: from mail.XXXXXXX.com ([99.99.99.999])
     by watson.mail.atl.earthlink.net (EarthLink SMTP Server) with ESMTP id 1cAofO4zI3Nl
     for ; Fri, 3 Dec 2004 19:58:28 -0500 (EST)           
    Thread-Topic: batv test

    Status: U                                                      
    Return-Path: 
    Received: from mail.XXXXXXX.com ([99.99.99.999])
     by james.mail.atl.earthlink.net (EarthLink SMTP Server) with ESMTP id 1cAohd3p53Nl
     for ; Fri, 3 Dec 2004 19:59:55 -0500 (EST)
    Thread-Topic: batv test

    My exim log does not show the prvs= string as you indicate yours does, even for the 2nd email that worked.

     [:S]

    Trench

    V5.100
  • Interesting..I'm using pretty much the same setup you are except I am using a Linux/Sendmail box which then forwards to the ASL. Just in case it is a MS quirk, have you tried relaying mail straight through the ASL bypassing the Exchange. This could at least narrow it down a little....maybe.
Reply
  • Interesting..I'm using pretty much the same setup you are except I am using a Linux/Sendmail box which then forwards to the ASL. Just in case it is a MS quirk, have you tried relaying mail straight through the ASL bypassing the Exchange. This could at least narrow it down a little....maybe.
Children
  • I've done some further testing. If I relay straight through the ASL then it always works. If I send it through exchange with the ASL as its smarthost and the client using the exchange connector, I cant get email addresses with a period in them to work.

    Trench