- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Facing issues with VMS MAIL Line wrap
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 06:21 PM
06-27-2007 06:21 PM
$ mail $1$DGAxxx:[somedire]somelogfile.LOG "smtp%user@domain.com" -
_$ /subject="test send"
%TCPIP-I-SMTP_LINEWRAP, line contains more then 1000 bytes, splitting into multiple lines
Where i dont want these line wrap to be happened.
Appreciate if someone can help me to resolve this or give some information to get more insight for this problem.
Thanks in advance.
Pradeep
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 06:54 PM
06-27-2007 06:54 PM
Re: Facing issues with VMS MAIL Line wrap
acc. to the HELP/MESSAGE longer lines are not possible acc. to the RFC.
SMTP_LINEWRAP, line contains more then 1000 bytes, splitting into
multiple lines
Facility: TCPIP, Simple Mail Transfer Protocol (SMTP)
Explanation: The SMTP protocol (RFC 821) does not support message bodies
with single lines longer than 998 characters (or 1000 lines
if the closing
SMTP detects lines longer than 998 characters, it splits those
lines into multiple lines in the SMTP message that is sent.
User Action: If the split lines cause a problem for the recipient, then
encode the file before sending and decode it on receipt.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 07:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 07:46 PM
06-27-2007 07:46 PM
Re: Facing issues with VMS MAIL Line wrap
It was really helpful and i resolved the problem.
Regards,
Pradeep Kumar P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 07:48 PM
06-27-2007 07:48 PM