Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMTP-Warning 1

Status
Not open for further replies.

BobRaney

Programmer
Nov 22, 2001
59
US
Hello,
One of my users is receiving an email that is not showing as expected.

When I look at the source I have noticed a Warning part way thru the "To:" list.

Sun-Java-System-SMTP-Warning:Lines longer than SMTP allows found and wrapped.

Source looks something like this:
Received:from ...
Received:from ...
Date: ...
From:<sender@someplace.com>
To: ... ,<another@someplaceelse.
Message ID:<message@vms055.mailsrvcs.net>
Sun-Java-System-SMTP-Warning:lines longer than SMTP allows found and wrapped.
com>,<user@here.com>
Subject:Very Interesting
Date: ....
rest of message source

As you can see the warning shows up partway thru the "To:" list recipient <another@someplaceelse.com>

The "To:" list continues after the Warning.

This warning seems to be the thing that messes up the email.

Any ideas on where to go to solve this?

Thanks,
Bob
 
Have you been able how to stop these constant emails originating from VMS055.MAILSRVCS.NET ?
I get 15 emails a week from what seems like randomly generated email addresses (so you can not block sender in junk mail utility) but all of them seem to originate from the above entity.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top