- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- escaping characters in mail addresses
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
01-15-2004 09:20 AM
01-15-2004 09:20 AM
i.e.
MAIL> mail
To: *operations@mycompany.com
%MAIL-E-USERSPEC, invalid user specification '*OPERATIONS@MYCOMPANY.COM'
I know in UNIX I can do the following
mailx \*operations@mycompany.com
THanks !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:33 AM
01-15-2004 09:33 AM
Re: escaping characters in mail addresses
difficult to test locally, but my first try would be double quotes around the address, i.e.
"*operations@mycompany.com"
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:39 AM
01-15-2004 09:39 AM
Re: escaping characters in mail addresses
%MAIL-E-NOSUCHUSR, no such user *operations@mycompany.com
Also tried
"\*operations@mycompany.com"
'*operations@mycompany.com
"'*operations@mycompany.com"
Thanks for the reply though !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 09:59 AM
01-15-2004 09:59 AM
Re: escaping characters in mail addresses
as I wrote testing is difficult in this case.
One more thing to try is to define a logical name for the address and then use this in the
mail, i.e.
$ define my_op "*operations@mycompany.com"
send
TO: my_op
Just a guess...
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 10:10 PM
01-15-2004 10:10 PM
Re: escaping characters in mail addresses
another guess..
try to put double or triple quotes, and see if it works..for example:
""*operations@mycompany.com""
"""*operations@mycompany.com"""
best wishes,
Lokesh Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:34 AM
01-16-2004 01:34 AM
Re: escaping characters in mail addresses
Thank keep the ideas coming.. Thanks for all so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:37 AM
01-16-2004 01:37 AM
Re: escaping characters in mail addresses
To: oper_email
%MAIL-E-USERSPEC, invalid user specification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:46 AM
01-16-2004 01:46 AM
Re: escaping characters in mail addresses
MAIL> send
to: "^*Me@mysystem"
I have no such user (I got that mesaage) but it might work if you have.
HTH
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 01:58 AM
01-16-2004 01:58 AM
Re: escaping characters in mail addresses
It does seem like the system is trying to find the user locally instead of seeing the @ . I.e. using " or ^ or \ or whatever changes the error from invalid user spec to no such user. We are getting close.
thanks thanks thanks. It is the little things that we know we can do that drive us nutz.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 02:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 05:10 AM
01-16-2004 05:10 AM
Re: escaping characters in mail addresses
THanks Ian !!!!!!!!!!!!!!!!
SMTP%"*operations@mycompany.com"