static const char milter_set_flagsdoc[] =
"set_flags(int) -> None\n\
Set flags for filter capabilities; OR of one or more of:\n\
ADDHDRS - filter may add headers\n\
CHGBODY - filter may replace body\n\
CHGFROM - filter may replace body\n\
ADDRCPT - filter may add recipients\n\
DELRCPT - filter may delete recipients\n\
CHGHDRS - filter may change/delete headers";
pretty sure the CHGFROM description is just a copy&paste-o.
perhaps "filter may change the envelope sender"?
static const char milter_set_flagsdoc[] = "set_flags(int) -> None\n\ Set flags for filter capabilities; OR of one or more of:\n\ ADDHDRS - filter may add headers\n\ CHGBODY - filter may replace body\n\ CHGFROM - filter may replace body\n\ ADDRCPT - filter may add recipients\n\ DELRCPT - filter may delete recipients\n\ CHGHDRS - filter may change/delete headers";
pretty sure the CHGFROM description is just a copy&paste-o. perhaps "filter may change the envelope sender"?