HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Yahoo Mail Personal Name Retreival using MAIL$...
Operating System - OpenVMS
1829058
Members
2450
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
11-30-2009 09:56 AM
11-30-2009 09:56 AM
I am using MAIL$MESSAGE_GET to get mail messages out of my MAIL.MAI file and forward them on to other addresses based upon the subject and content of the message. I have noticed that when I send an email to OpenVMS from Yahoo the Yahoo personal name gets lost when using MAIL$MESSAGE_GET.
Yahoo personal name: "Dan Herron"
Yahoo email address: kitdeltick@yahoo.com
When I use MAIL$MESSAGE_GET to retreive the mail message info:
MAIL$_MESSAGE_FROM is set to SMTP%"kitdeltick@yahoo.com"
MAIL$_MESSAGE_SENDER is set to the same.
Is there no way to retrieve/retain the personal name?
Thanks,
Dan
Yahoo personal name: "Dan Herron"
Yahoo email address: kitdeltick@yahoo.com
When I use MAIL$MESSAGE_GET to retreive the mail message info:
MAIL$_MESSAGE_FROM is set to SMTP%"kitdeltick@yahoo.com"
MAIL$_MESSAGE_SENDER is set to the same.
Is there no way to retrieve/retain the personal name?
Thanks,
Dan
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 10:33 AM
11-30-2009 10:33 AM
Solution
OpenVMS Mail itself doesn't know all that much about SMTP, just what the SMTP transport tells it about the message, and that is based on the transport-based decoding of the SMTP headers.
Have a look at the raw SMTP headers in the mail messages arriving from Yahoo; you'll probably end up scanning the raw text of the message to detect and resolve this, if a variant SMTP stack isn't an option here.
It can be feasible to scan the SMTP messages yourself. Ugly, and you'll get to deal with all that is ugly within SMTP, but at least you'll have control over the ugly.
Have a look at the raw SMTP headers in the mail messages arriving from Yahoo; you'll probably end up scanning the raw text of the message to detect and resolve this, if a variant SMTP stack isn't an option here.
It can be feasible to scan the SMTP messages yourself. Ugly, and you'll get to deal with all that is ugly within SMTP, but at least you'll have control over the ugly.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP