2005-08-29 23:06:57 +00:00
< ? php
require_once ( " docutil.php " );
page_head ( " Email lists " );
echo "
The follow email lists are available .
Click to subscribe or post to a list .
2006-03-06 05:43:12 +00:00
Because of spam problems ,
you must subscribe to a list in order to post to it .
2006-07-12 23:18:57 +00:00
Make sure you post from the same email address
under which you subscribed .
2005-12-21 21:46:22 +00:00
< p >
< b >< font size =+ 1 color = #f00000>
Note :
These email lists do not provide tech support
for SETI @ home or other BOINC projects .
Help for SETI @ home is available on the
< a href = http :// setiathome . berkeley . edu / forum_help_desk . php > SETI @ home message boards </ a >
2006-12-11 23:42:54 +00:00
and help for BOINC is available < a href = help . php > here </ a >.
2005-12-21 21:46:22 +00:00
</ font ></ b >
2005-08-29 23:06:57 +00:00
" ;
list_start ();
2005-11-30 22:52:23 +00:00
list_item (
" <a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_announce>boinc_announce</a> " ,
" Announcements of new versions of BOINC client software. "
);
2005-08-29 23:06:57 +00:00
list_item (
" <a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_projects>boinc_projects</a> " ,
2006-05-27 21:41:36 +00:00
" An email list for people developing and operating BOINC projects.
2006-01-05 06:42:45 +00:00
Questions and problems involving BOINC server software .
Announcements of upgrades and changes .
2005-08-29 23:06:57 +00:00
" );
list_item ( " <a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_dev>boinc_dev</a> " ,
2006-01-05 06:42:45 +00:00
" For people developing, debugging or porting the BOINC software
( client , server , and Web ) .
2005-08-29 23:06:57 +00:00
" );
list_item ( " <a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_loc>boinc_loc</a> " ,
" For people doing non-English translations
of the BOINC GUI or web interfaces .
" );
list_item (
" <a href=http://www.ssl.berkeley.edu/mailman/listinfo/boinc_stats>boinc_stats</a> " ,
" For people developing web sites showing statistics for BOINC projects. "
);
list_item ( " <a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_cvs>boinc_cvs</a> " ,
" Summaries of BOINC CVS checkins are posted to this list.
No other posts , please . "
);
list_item ( " <a href=http://www.ssl.berkeley.edu/mailman/listinfo/boinc_opt>boinc_opt</a> " ,
" For people porting and optimizing BOINC applications. "
);
2006-12-05 03:50:36 +00:00
list_item ( " <a href=http://www.ssl.berkeley.edu/mailman/listinfo/boinc_helpers>boinc_helpers</a> " ,
" For BOINC <a href=help.php>Help Volunteers</a>,
to discuss policies and user problems . "
);
2005-08-29 23:06:57 +00:00
list_end ();
2005-12-02 22:29:35 +00:00
echo "
< h2 > Problems with email lists </ h2 >
< p >
Dec 2 2005 : some people are reporting that their postings
to these email lists never appear .
2006-03-21 06:52:30 +00:00
Here ' s a reply from our system administrator :
2005-12-02 22:29:35 +00:00
< blockquote >
2005-12-04 23:39:09 +00:00
My first guess is that the barracuda antispam system is matching their email address or email sending server to a DNSBL ( blacklist ) and dropping the message . We use several popular DNSBL ' s to either block or tag blatant spam ( spamcop , spamhaus , etc . ) The lists we use are usually pretty good at only listing blatant spammers , but sometimes valid addresses are listed for short periods until they can get delisted . This typically happens when a spammer is using an ISP with DHCP addresses -- the spammer gets caught , the dhcp address goes to someone else and that person gets screwed .
2005-12-02 22:29:35 +00:00
< p >
We could disable antispam filtering on your lists , but I wouldn 't advise it as you' d get a lot more of spam . For instance , according to my count for the period 11 / 13 - 12 / 1 , boinc_alpha list got around 58 valid messages , while the antispam system blocked another 85 messages . It ' s your call .
</ blockquote >
" ;
2005-08-29 23:06:57 +00:00
page_tail ();
?>