Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Header to Email reply #1

Open
aldrienht opened this issue Feb 4, 2015 · 1 comment
Open

Add Header to Email reply #1

aldrienht opened this issue Feb 4, 2015 · 1 comment

Comments

@aldrienht
Copy link

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

@jmehnle
Copy link
Owner

jmehnle commented Mar 17, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants