sdgathman / pymilter

Python bindings for libmilter api
GNU General Public License v2.0
42 stars 22 forks source link

doco nit for miltermodule.c #38

Closed qzrrbz closed 4 years ago

qzrrbz commented 4 years ago

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"?

sdgathman commented 4 years ago

Fixed in bf3108b