« categorization negatively affects memory |
Main
| Lessig working to end child abuse »
May 21, 2005vacation + plea to unix geeksI wanted to remind folks that i will be departing next weekend for one month; there will be no email. If there's anything i need to take care of before i go, please let me know now. Also, can i get a little help from the unix geeks out there? I have most of my procmail set up. All mailing list messages will be sent to /dev/null and that works like a charm. What i can't figure out how to do is get the bounce line working for everything else. A friend suggests that it's a combination of formail and sendmail and sent me this to plug into procmail: :0 I feel lame because i don't know enough about either formail or sendmail (and the manpages aren't getting me anywhere - more lameness). Since that doesn't actually work, what do i need to do? Help? (Once i get that working, i'll post it for all of the rest of you who want to kill email during vacation. There's no need to come back to hell and void your entire relaxing break.) Category: techno doom Posted by zephoria at May 21, 2005 9:25 PM
| TrackBack
|
Comments (6)
Change "cat" to "echo", and just in case, you should remove the semicolon. A la:
:0
*
| (formail -r; echo "danah has turned off email for June 2005. Please re-write in July if it is still relevant") | sendmail -oi -t
...and it should work as expected.
g.
Posted by gilbert | May 21, 2005 11:07 PM
Posted on May 21, 2005 23:07
what gilbert said... echo is for strings, cat is for other things and you'd have to escape the semicolon I believe to use it.
Posted by joe | May 22, 2005 10:32 AM
Posted on May 22, 2005 10:32
test
Posted by zephoria | May 26, 2005 8:12 PM
Posted on May 26, 2005 20:12
test 2
Posted by zephoria | May 26, 2005 8:14 PM
Posted on May 26, 2005 20:14
test 3
Posted by zephoria | May 26, 2005 8:16 PM
Posted on May 26, 2005 20:16
trying again 4
Posted by zephoria | May 26, 2005 8:24 PM
Posted on May 26, 2005 20:24