- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not showing who sent the mesaage using mailx
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
04-25-2002 12:08 PM
04-25-2002 12:08 PM
Not showing who sent the mesaage using mailx
I am sending messages from my HP-UX box to peoples pagers using an automated script. This works fine. My question is, is there anyway to not show in the text of the message on the pager who the message came from. I have already stopped the subject from coming across, I just want to stop the Fr:sender.name@xyz.com from appearing. My customers pagers are charged based on characters received, and I want to limit that cost.
Thanks
JEff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2002 02:10 PM
04-25-2002 02:10 PM
Re: Not showing who sent the mesaage using mailx
We had a similar problem ,to reduce our pager fee, we needed to cut the subject and the sender.
Unfortunately the sender couldnot be masked off of obvious spamming threats.
However when we spoke to the pager service provider,we managed to get it done.
Only they can control this field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 01:36 AM
04-26-2002 01:36 AM
Re: Not showing who sent the mesaage using mailx
/tmp/mailheader contains, e.g.:
To: PAGERLIST
Importance: high
Reply-To: user.name
Subject: Please call
/tmp/details contains your text.
#cat /tmp/details | (cat /tmp/mailheader - | mail PAGERNO)
Hope this is useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 05:27 AM
04-26-2002 05:27 AM
Re: Not showing who sent the mesaage using mailx
Just form a message with
Any header lines, i.e. stuff like "To:".
A blank line.
The text body of the message.
and pipe that message to "sendmail -t".
Perhaps you can limit the amount of received data by using "Bcc:" instead of "To:".
As others have mentioned, you probably can not really suppress "From:" because if you do, you will probably get a "Sender:" line in its place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 08:21 AM
04-26-2002 08:21 AM
Re: Not showing who sent the mesaage using mailx
In turn, every mail server requires a sender's name to accept/receive email.
Obviously spammers would love to have a program which does this for them. :) They would love even more mail servers that took crap from no-one!
Follow the advice of the previous poster, and talk to the pager company. They may allow this to be removed or restricted to a code/department name, etc...
Regards,
Shannon