Lines Matching refs:DSR_ISSPAM

413       CTX->result = DSR_ISSPAM;  in process_message()
417 result = DSR_ISSPAM; in process_message()
433 CTX->result = DSR_ISSPAM; in process_message()
452 CTX->classification = DSR_ISSPAM; in process_message()
455 CTX->result = DSR_ISSPAM; in process_message()
559 if (result == DSR_ISINNOCENT || result == DSR_ISSPAM) in process_message()
572 CTX->classification == DSR_ISSPAM && in process_message()
590 CTX->classification == DSR_ISSPAM && in process_message()
603 result = DSR_ISSPAM; in process_message()
604 CTX->result = DSR_ISSPAM; in process_message()
670 LOGDEBUG ("message result: %s", (result != DSR_ISSPAM) ? "NOT SPAM" : "SPAM"); in process_message()
728 dirname, (result == DSR_ISSPAM) ? "spam" : "nonspam", in process_message()
748 dirname, (result == DSR_ISSPAM) ? "spam" : "nonspam", in process_message()
751 dirname, (result == DSR_ISSPAM) ? "nonspam" : "spam", in process_message()
771 result == DSR_ISSPAM) in process_message()
779 && CTX->result == DSR_ISSPAM) in process_message()
828 case DSR_ISSPAM: in process_message()
932 (result == DSR_ISSPAM)) { in deliver_message()
958 (!(result == DSR_ISSPAM && in deliver_message()
977 (result == DSR_ISSPAM) ? "SPAM" : "INNOCENT"); in deliver_message()
1362 if (user_classify(ATX, username, SIG, message) == DSR_ISSPAM) { in inoculate_user()
1402 INOC->classification = DSR_ISSPAM; in inoculate_user()
1756 ATX->classification == DSR_ISSPAM && in process_users()
1898 presult->classification = DSR_ISSPAM; in process_users()
1907 presult->classification = DSR_ISSPAM; in process_users()
1909 result = DSR_ISSPAM; in process_users()
1926 if (result == DSR_ISSPAM) in process_users()
1953 if (result != DSR_ISSPAM) in process_users()
2026 node_nt->ptr, fout, DSR_ISSPAM); in process_users()
2033 node_nt->ptr, fout, DSR_ISSPAM); in process_users()
2093 node_nt->ptr, fout, DSR_ISSPAM); in process_users()
2462 ATX->classification == DSR_ISSPAM && in ctx_init()
2799 match = (CTX->classification == DSR_ISSPAM) ? in retrain_message()
2800 DSR_ISSPAM : DSR_ISINNOCENT; in retrain_message()
2818 CTX->classification == DSR_ISSPAM) in retrain_message()
2921 if (result == DSR_ISSPAM) { in ensure_confident_result()
2929 if (result != DSR_ISSPAM && in ensure_confident_result()
2940 while (node_int != NULL && result != DSR_ISSPAM) { in ensure_confident_result()
2943 if (result == DSR_ISSPAM) { in ensure_confident_result()
2953 if (result == DSR_ISSPAM && !was_spam) { in ensure_confident_result()
2962 CTC->classification = DSR_ISSPAM; in ensure_confident_result()
3063 && CTX->result == DSR_ISSPAM in log_events()
3123 else if (CTX->result == DSR_ISSPAM) in log_events()
3131 if (CTX->classification == DSR_ISSPAM) in log_events()
3350 …if (CTX->result == DSR_ISSPAM && (ATX->managed_group[0] || (_ds_pref_val(ATX->PTX, "localStore")[0… in add_xdspam_headers()
3430 if (CTX->result != DSR_ISSPAM && CTX->result != DSR_ISINNOCENT) in embed_msgtag()
3448 (CTX->result == DSR_ISSPAM) ? "spam" : "nonspam"); in embed_msgtag()
3452 (CTX->result == DSR_ISSPAM) ? "spam" : "nonspam"); in embed_msgtag()
3841 if (CTX->result == DSR_ISSPAM && in tracksource()
3854 } else if (CTX->result == DSR_ISSPAM && in tracksource()
3859 } else if (CTX->result != DSR_ISSPAM && in tracksource()
4391 if (CTX->result == DSR_ISSPAM && in do_notifications()