Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", 
has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  Hi all, Is the below wiring good? TelosADCM.ADC1 -> 
  ADCC.ADC[TOS_ADC_GIO0_PORT]; TelosADCM.ADC2 -> 
  ADCC.ADC[TOS_ADC_GIO1_PORT]; TelosADCM.ADC3 -> 
  ADCC.ADC[TOS_ADC_GIO2_PORT]; TelosADCM.ADCControl1 -> ADCC; 
  TelosADCM.ADCControl2 -> ADCC; TelosADCM.ADCControl3 -> ADCC; [...] 

Content analysis details:   (5.3 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 2.2 FORGED_YAHOO_RCVD      'From' yahoo.com does not match 'Received' headers
 0.0 HTML_MESSAGE           BODY: HTML included in message
 0.4 DNS_FROM_RFC_ABUSE     RBL: Envelope sender in abuse.rfc-ignorant.org
 0.5 DNS_FROM_RFC_WHOIS     RBL: Envelope sender in whois.rfc-ignorant.org
 1.4 DNS_FROM_RFC_POST      RBL: Envelope sender in postmaster.rfc-ignorant.org
 0.9 UPPERCASE_50_75        message body is 50-75% uppercase

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message --- Hi all,
Is the below wiring good?

  TelosADCM.ADC1 -> ADCC.ADC[TOS_ADC_GIO0_PORT];
  TelosADCM.ADC2 -> ADCC.ADC[TOS_ADC_GIO1_PORT];
  TelosADCM.ADC3 -> ADCC.ADC[TOS_ADC_GIO2_PORT];
  TelosADCM.ADCControl1 -> ADCC;
  TelosADCM.ADCControl2 -> ADCC;
  TelosADCM.ADCControl3 -> ADCC;

where;

enum
{
  TOS_ADC_GIO0_PORT = unique("ADCPort"),

  TOSH_ACTUAL_ADC_GIO0_PORT = ASSOCIATE_ADC_CHANNEL(
    INPUT_CHANNEL_A0,
    REFERENCE_VREFplus_AVss,
    REFVOLT_LEVEL_2_5
  ),
};

enum
{
  TOS_ADC_GIO1_PORT = unique("ADCPort"),

  TOSH_ACTUAL_ADC_GIO1_PORT = ASSOCIATE_ADC_CHANNEL(
    INPUT_CHANNEL_A1,
    REFERENCE_VREFplus_AVss,
    REFVOLT_LEVEL_2_5
  ),
};

enum
{
  TOS_ADC_GIO2_PORT = unique("ADCPort"),

  TOSH_ACTUAL_ADC_GIO2_PORT = ASSOCIATE_ADC_CHANNEL(
    INPUT_CHANNEL_A2,
    REFERENCE_VREFplus_AVss,
    REFVOLT_LEVEL_1_5
  ),
};


Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
--- End Message ---
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to