Lines Matching defs:test
133 long test;
137 test = *((long*)vp->variable);
144 test = 0;
146 test = SPAM_DEFAULT;
152 test |= p->type;
158 *((long*)vp->variable) = test;
490 long test;
499 test = 0;
507 test |= SPAM_from_spam;
545 test |= SPAM_advertisement;
549 test |= SPAM_authentication_warning;
556 test |= SPAM_authentication_outsider;
559 test |= SPAM_authentication_protocol;
579 test |= SPAM_content_text_html;
581 test |= SPAM_content_multipart_related;
596 test |= SPAM_from_spam;
609 test |= SPAM_message_id_spam;
615 test |= SPAM_mime_autoconverted;
630 test |= SPAM_received_unknown;
639 test |= SPAM_received_forged;
678 test |= SPAM_delay_spam;
695 test |= SPAM_external_spam;
704 test |= SPAM_subject_spam;
707 if (!(test & SPAM_subject_spam) && state.var.spamsub)
710 test |= SPAM_subject_spam;
729 test |= SPAM_to_spam;
751 test |= SPAM_from_forged;
759 if (test & p->type)
768 note(0, "spam: ok=%d no=%d test=%s", ok, no, buf);
776 if (test & state.var.spamtest)