[Scheme-reports] Fwd: Trying to volunteer

Marc Feeley feeley at iro.umontreal.ca
Fri Jan 8 12:45:51 EST 2010



Begin forwarded message:

> From: Bradley Lucier <lucier at math.purdue.edu>
> Date: January 8, 2010 12:40:31 PM EST
> To: Marc Feeley <feeley at iro.umontreal.ca>
> Cc: Bradley Lucier <lucier at math.purdue.edu>
> Subject: Trying to volunteer
> 
> I'm trying to volunteer, but the postfix program at mumble.net thinks my
> e-mail is spam.
> 
> It must be a very effective spam filter.
> 
> Brad
> 
> -------- Forwarded Message --------
>> From: Mail Delivery System <MAILER-DAEMON at mumble.net>
>> To: lucier at math.purdue.edu
>> Subject: Undelivered Mail Returned to Sender
>> Date: Fri, 8 Jan 2010 17:35:47 +0000 (UTC)
>> 
>> This is the Postfix program at host pluto.mumble.net.
>> 
>> I'm sorry to have to inform you that your message could not
>> be delivered to one or more recipients. It's attached below.
>> 
>> For further assistance, please send mail to <postmaster>
>> 
>> If you do so, please include this problem report. You can
>> delete your own text from the attached returned message.
>> 
>> 			The Postfix program
>> 
>> <shivers at ccs.neu.edu> (expanded from <steering-committee-feedback at mumble.net>):
>>    host amber.ccs.neu.edu[129.10.116.51] said: 550 Identified as spam or
>>    malware by Cloudmark (in reply to end of DATA command)
>> 
>> <will at ccs.neu.edu> (expanded from <steering-committee-feedback at mumble.net>):
>>    host amber.ccs.neu.edu[129.10.116.51] said: 550 Identified as spam or
>>    malware by Cloudmark (in reply to end of DATA command)
>> email message attachment, "Undelivered Message"
>>> -------- Forwarded Message --------
>>> From: Bradley Lucier <lucier at math.purdue.edu>
>>> To: steering-committee-feedback at scheme-reports.org
>>> Cc: Bradley Lucier <lucier at math.purdue.edu>
>>> Subject: I volunteer
>>> Date: Fri, 08 Jan 2010 12:35:38 -0500
>>> 
>>> your name
>>> 
>>> Bradley Lucier
>>> 
>>>    your email address
>>> 
>>> lucier at math.purdue.edu
>>> 
>>>    the working group(s) for which you are volunteering
>>> working group 1
>>> 
>>>    a  statement explaining who you are and why and how you
>>>        believe you would contribute to the success of the
>>>        working group
>>> 
>>> I think I can contribute in the following areas:
>>> 
>>> (1) I know something about computer arithmetic
>>> 
>>> (2) I know something about numerical applications in Scheme
>>> 
>>> (3) I know something about C and gcc (since I think we should learn
>>> things from other languages, even from C)
>>> 
>>> (4) I represent a group of users who would like to have a useful "Small"
>>> scheme.  (One definition of a mathematician is someone who forgets as
>>> much as he or she can, i.e., who forgets anything that can be
>>> reconstructed, to leave room for the "important" things.  I think small
>>> scheme has appealed, and could still appeal, to such people.) 
>>> 
>>> (4) I'd like to move a number of my applications from using define-macro
>>> and I'd like to have a reasonably small scheme that allows me to do
>>> this.  (I view syntax-case + modules as a built-in
>>> macro-expander/code-walker that one should be able to exploit when
>>> designing application specific "languages" embedded into Scheme;
>>> apologies to people who really understand syntax-case.)
>>> 
>>> Brad
>>> 
>>> PS:  The e-mail from Marc Feeley on 01/05/2010 to
>>> 
>>>         	r6rs <r6rs-discuss at lists.r6rs.org>, Scheme PLT
>>>        <plt-scheme at list.cs.brown.edu>, bigloo at lists-sop.inria.fr,
>>>        chicken-users users <chicken-users at nongnu.org>,
>>>        larceny-users at lists.ccs.neu.edu, Gambit List
>>>        <Gambit-list at iro.umontreal.ca>, Montreal Scheme/Lisp User Group
>>>        <mslug at iro.umontreal.ca>
>>> 
>>> had the reply e-mail address munged as
>>> 
>>>        To volunteer for one or both of the working groups, send email
>>>        to 
>>> 
>>>           steering-committee-feedb... at scheme-reports.org 
>>> 
>>>        with the following information: 
>>> 
>>> Brad
>>> 
> 
> Reporting-MTA: dns; pluto.mumble.net
> X-Postfix-Queue-ID: A1A5A98290
> X-Postfix-Sender: rfc822; lucier at math.purdue.edu
> Arrival-Date: Fri,  8 Jan 2010 17:35:45 +0000 (UTC)
> 
> Final-Recipient: rfc822; shivers at ccs.neu.edu
> Original-Recipient: rfc822; steering-committee-feedback at mumble.net
> Action: failed
> Status: 5.0.0
> Diagnostic-Code: X-Postfix; host amber.ccs.neu.edu[129.10.116.51] said: 550
>    Identified as spam or malware by Cloudmark (in reply to end of DATA
>    command)
> 
> Final-Recipient: rfc822; will at ccs.neu.edu
> Original-Recipient: rfc822; steering-committee-feedback at mumble.net
> Action: failed
> Status: 5.0.0
> Diagnostic-Code: X-Postfix; host amber.ccs.neu.edu[129.10.116.51] said: 550
>    Identified as spam or malware by Cloudmark (in reply to end of DATA
>    command)
> 
> From: Bradley Lucier <lucier at math.purdue.edu>
> Date: January 8, 2010 12:35:38 PM EST
> To: steering-committee-feedback at scheme-reports.org
> Cc: Bradley Lucier <lucier at math.purdue.edu>
> Subject: I volunteer
> 
> 
>    your name
> 
> Bradley Lucier
> 
>    your email address
> 
> lucier at math.purdue.edu
> 
>    the working group(s) for which you are volunteering
> working group 1
> 
>    a  statement explaining who you are and why and how you
>        believe you would contribute to the success of the
>        working group
> 
> I think I can contribute in the following areas:
> 
> (1) I know something about computer arithmetic
> 
> (2) I know something about numerical applications in Scheme
> 
> (3) I know something about C and gcc (since I think we should learn
> things from other languages, even from C)
> 
> (4) I represent a group of users who would like to have a useful "Small"
> scheme.  (One definition of a mathematician is someone who forgets as
> much as he or she can, i.e., who forgets anything that can be
> reconstructed, to leave room for the "important" things.  I think small
> scheme has appealed, and could still appeal, to such people.) 
> 
> (4) I'd like to move a number of my applications from using define-macro
> and I'd like to have a reasonably small scheme that allows me to do
> this.  (I view syntax-case + modules as a built-in
> macro-expander/code-walker that one should be able to exploit when
> designing application specific "languages" embedded into Scheme;
> apologies to people who really understand syntax-case.)
> 
> Brad
> 
> PS:  The e-mail from Marc Feeley on 01/05/2010 to
> 
>         	r6rs <r6rs-discuss at lists.r6rs.org>, Scheme PLT
>        <plt-scheme at list.cs.brown.edu>, bigloo at lists-sop.inria.fr,
>        chicken-users users <chicken-users at nongnu.org>,
>        larceny-users at lists.ccs.neu.edu, Gambit List
>        <Gambit-list at iro.umontreal.ca>, Montreal Scheme/Lisp User Group
>        <mslug at iro.umontreal.ca>
> 
> had the reply e-mail address munged as
> 
>        To volunteer for one or both of the working groups, send email
>        to 
> 
>           steering-committee-feedb... at scheme-reports.org 
> 
>        with the following information: 
> 
> Brad
> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scheme-reports.org/pipermail/scheme-reports/attachments/20100108/4ae9c397/attachment.htm 


More information about the Scheme-reports mailing list