Search Results

Search: Posts Made By: DGPickett
2,395
Posted By DGPickett
Sometimes I think it would be simpler to connect...
Sometimes I think it would be simpler to connect to localhost:25 and just send them with (e)smtp than use mail or sendmail! Of course, then you are connected to sendmail, but the options are open...
2,395
Posted By DGPickett
If there are many blocks going to the same place,...
If there are many blocks going to the same place, then it would be nice to concatenate them in a file. Since awk can rearrange stuff, one line per event might be nicer, pipe separated or CSV. Can...
2,395
Posted By DGPickett
You want to forge a remote sender? I just wanted...
You want to forge a remote sender? I just wanted a recipient and subject.

In my experience, a time stamp somewhere in the subject is nice, for selecting email by subject, perhaps for sorting,...
2,395
Posted By DGPickett
Well, awk and sed can do that: awk can collect...
Well, awk and sed can do that: awk can collect data in variables for later printing, and sed can get the whole block in the buffer using N. then pick out values with an s to build the shell wrapper...
2,395
Posted By DGPickett
Is the destination address and subject in there? ...
Is the destination address and subject in there? A simple sed script can turn it into a shell script that mails with here files.mailx -s something-from-inside something-else@some_mail_server <<!...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy