- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Email address with &
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
02-26-2007 02:49 AM
02-26-2007 02:49 AM
Is there a woraround ?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 03:22 AM
02-26-2007 03:22 AM
Re: Email address with &
For VMS-mail: no, such a mail-userid does not work.
(a SET FORWARD/user="special&x" is accepted, but not in SEND.)
For SMTP it should not be a problem, just put the address in string quotes, example:
MAIL> send/noedit/noself
To: smtp%"Special&x"
Subj: test
Enter your message below. Press CTRL/Z when complete, or CTRL/C to quit:
Exit
MAIL>
But without quotes one gets:
MAIL> send/noedit/noself
To: Special&x@x.domain
%MAIL-E-USERSPEC, invalid user specification 'SPECIAL&X@X.DOMAIN'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 03:31 AM
02-26-2007 03:31 AM
Re: Email address with &
$ UCX
SHOW VERSION
And can you post an example of the failure (with the username and domain obscured) with the error?
It would not surprise me to learn you can't get this through the default parser, and the selection of an ampersand will cause problems elsewhere; not just with OpenVMS and its MAIL system.
I do not know that any of the following will be accepted through the parser, I'm applying DCL norms for specifying "weird" characters.
As a first pass suggestion here, I'd quote the whole string, I'd then try to selectively quote the user name string, and -- should this fail -- I'd then report it to HP.
smtp%"user&xyz@domain"
You might well need to quote the target string:
smtp%"""user&xyz""@domain"
What's more interesting here, the ampersand character is a DCL substitution character. Stuff after that will see a string substitution attempted, if you enter the character as part of a MAIL command entered at the $ prompt.
There may not be a way to get this username specified. You would then need to have the remote site set up forwarding or an alias, something they will almost certainly need to set up for other systems for this user.
And inquiring minds want to know: does this cut down on the volume of spam?
Stephen Hoffman
HoffmanLabs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 03:50 AM
02-26-2007 03:50 AM
Re: Email address with &
And even "smtp%wim""&""wim@brol.be".
But the last one was not digested by the Windows mail server. It simply dropped the mail.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 04:42 AM
02-26-2007 04:42 AM
Re: Email address with &
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 12:36 PM
02-26-2007 12:36 PM
Re: Email address with &
>
> Thus enclosed in double quotes (count them
> well).
If you can remember _where_ to put them,
remembering how _many_ to use is as easy as
1-2-3.