Searched refs:ignore_sender (Results 1 – 14 of 14) sorted by relevance
56 conf->ignore_sender = mlist_init(); in mplugins_processor_mail_dlinit()83 mlist_free(conf->ignore_sender); in mplugins_processor_mail_dlclose()114 {"ignoresender", M_CONFIG_TYPE_MATCH, M_CONFIG_VALUE_APPEND, &(conf->ignore_sender)}, in mplugins_processor_mail_parse_config()
36 mlist * ignore_sender; member
125 l = conf->ignore_sender; in ignore_field()
48 int ignore_sender = buffer.read_int(); in SimpleScopeDesc() local
51 int ignore_sender = buffer.read_int(); in SimpleScopeDesc() local
323 if self.ignore_sender(vacation, suspect):357 def ignore_sender(self, vacation, suspect): member in VacationPlugin