There is one mailing list about SCREEN - and it resides on Yahoogroups.com:
SCREEN Post message: gnu-screen@yahoogroups.com SCREEN Subscribe: gnu-screen-subscribe@yahoogroups.com SCREEN Unsubscribe: gnu-screen-unsubscribe@yahoogroups.com SCREEN List owner: gnu-screen-owner@yahoogroups.com
Here's a more detailed description for you beginners:
Subscribing and unsubscibing is as easy as sending an email to one of these addresses:
subscribe: gnu-screen-subscribe@yahoogroups.com unsubscribe: gnu-screen-unsubscribe@yahoogroups.com
Subscribe from command line:
echo here I am | mail gnu-screen-subscribe@yahoogroups.com
Unsubscribe from command line:
echo here I go | mail gnu-screen-subscribe@yahoogroups.com
You can use the mail filter "procmail" to filter out the ads:
# 000726,2002-08-18
# f -- use pipe as filter
# w -- wait for filter process to end before continuing
:0 fw
* Delivered-To:.*@yahoogroups.com
| sed -e '/^-\{24\} Yahoo.*Sponsor -\{21\}....$/,/^-\{69\}...$/d'