Searched refs:spam (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | Makefile | 9 names.c proc.c quit.c send.c spam.c tty.c vars.c \
|
H A D | data.c | 147 X("[ message ... ]\nAn alias for ``mark [ message ... ] spam''."), 159 X("[ message ... ] [no|un]mark[,...]\nSet or clear marks on the selected messages. The marks are: delete, dot (>), mbox (M), new (N), preserve (P), save (*), spam (X), touch, unread (U). Multiple marks may be separated by , or |. If mark is omitted then spam is assumed."), 464 "spam", &state.var.spam, 0, 0,0, 465 X("Mark candidate spam messages X. All spam matching patterns are case-insensitive ksh(1) patterns."), 467 X("`|' separated message body spam strings that must match exactly at the beginning of a message body text line."), 475 X("Log system mailbox spam messages in this file."), 478 "spamsub", &state.var.spamsub, N, "ad,adv,advertisement,spam",set_lis [all...] |
H A D | mailx.h | 200 #define MSPAM (1<<11) /* message is probably spam */ 859 char* spam; member in struct:__anon136::__anon147
|
H A D | fio.c | 174 note(0, "spam: body match `%s'", xp->string); 527 if (state.var.spam && !(mp->m_flag & MSPAM)) {
|
H A D | imap.c | 1834 if (state.var.spam && !(mp->m_flag & (MSCAN|MSPAM)))
|
Completed in 32 milliseconds