You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not the maintainer of pymilter. This is just a GitHub copy of the official CVS repository at https://sourceforge.net/projects/pymilter/, and I haven't updated the GitHub repo in a while.
Hi there!
I'm new to PyMilter..
I was successfully created a function for adding header, changing body etc.
ex.
self.addheader('X-Unit-Name', '%s' % UNIT_HEADER_STRING)
self.addheader('X-Unit-Email', '%s' % UNIT_EMAIL)
.........................
BUT WHAT ABOUT
My problem is how to add header when the EMAIL MESSAGE is a "REPLY" ???
The pattern is when the message header has like below. (In-Reply-To)
In-Reply-To: [email protected]
please help.
thank you
The text was updated successfully, but these errors were encountered: