Home
last modified time | relevance | path

Searched refs:DSR_ISSPAM (Results 1 – 13 of 13) sorted by relevance

/dports/mail/dspam/dspam-3.10.2/src/
H A Ddspam.c413 CTX->result = DSR_ISSPAM; in process_message()
417 result = DSR_ISSPAM; in process_message()
433 CTX->result = DSR_ISSPAM; in process_message()
603 result = DSR_ISSPAM; in process_message()
604 CTX->result = DSR_ISSPAM; in process_message()
771 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()
1909 result = DSR_ISSPAM; in process_users()
[all …]
H A Dlibdspam.c593 spam_result = DSR_ISSPAM; in dspam_process()
599 if (spam_result == DSR_ISSPAM) in dspam_process()
845 (CTX->classification == DSR_ISSPAM) ? DSR_ISSPAM : DSR_ISINNOCENT; in _ds_operate()
1123 CTX->result = DSR_ISSPAM; in _ds_operate()
1382 CTX->result = DSR_ISSPAM; in _ds_process_signature()
1986 CTX->result = DSR_ISSPAM; in _ds_calc_result()
1999 CTX->result = DSR_ISSPAM; in _ds_calc_result()
2011 CTX->result = DSR_ISSPAM; in _ds_calc_result()
2023 CTX->result = DSR_ISSPAM; in _ds_calc_result()
2037 CTX->result = DSR_ISSPAM; in _ds_calc_result()
[all …]
H A Dexample.c161 (CTX->result == DSR_ISSPAM) ? "Spam" : "Innocent"); in main()
202 CTX->classification = DSR_ISSPAM; in main()
H A Dlibdspam_objects.h375 #define DSR_ISSPAM 0x01 macro
H A Dlibdspam.h99 (A->classification == DSR_ISSPAM && A->source == DSS_ERROR)
H A Dagent_shared.c347 ATX->classification = DSR_ISSPAM; in process_arguments()
867 ATX->classification = DSR_ISSPAM; in process_parseto()
H A Ddaemon.c784 (result->classification == DSR_ISSPAM) ? "SPAM" : "INNOCENT"); in process_connection()
/dports/mail/mailfromd/mailfromd-8.10/mflib/
H A Ddspam.mf45 const DSR_ISSPAM 1 /* Message is spam (learn as spam) */
/dports/mail/mailfromd/mailfromd-8.10/src/builtin/
H A Ddspam.c125 { _MFL_DSR_ISSPAM, DSR_ISSPAM },
H A Ddspam.bi79 MF_TRANS(DSR_ISSPAM),
/dports/mail/mailfromd/mailfromd-8.10/doc/
H A Dfunctions.texi3967 @kwindex DSR_ISSPAM
3971 @samp{DSR_ISSPAM} means that this message was classified as spam. The
3997 == DSR_ISSPAM
4015 belongs to. Possible values are @samp{DSR_ISSPAM}, for spam messages,
4039 DSR_ISSPAM | DSS_INOCULATION)
4043 == DSR_ISSPAM
4147 @kwindex DSR_ISSPAM
4148 @item DSR_ISSPAM @tab Message is spam @tab Learn as spam
H A Dmailfromd.info-22442 integer code of the class of the message. The value 'DSR_ISSPAM'
2463 == DSR_ISSPAM
2478 belongs to. Possible values are 'DSR_ISSPAM', for spam messages,
2499 DSR_ISSPAM | DSS_INOCULATION)
2503 == DSR_ISSPAM
2585 DSR_ISSPAM Message is spam Learn as spam
/dports/mail/dspam/dspam-3.10.2/
H A DCHANGELOG2223 DSR_ISINNOCENT and DSR_ISSPAM for backward-compatibility (whitelisted
4630 - CTX->classification added: DSR_ISSPAM | DSR_ISINNOCENT | DSR_NONE