Searched refs:any_eod_macros (Results 1 – 1 of 1) sorted by relevance
574 ARGV *any_eod_macros; in milter_message() local580 any_eod_macros = MILTER_MACRO_EVAL(global_eod_macros, m, milters, eod_macros); in milter_message()581 resp = m->message(m, fp, data_offset, any_eoh_macros, any_eod_macros, in milter_message()585 if (any_eod_macros != global_eod_macros) in milter_message()586 argv_free(any_eod_macros); in milter_message()