Re: add header to outgoing emails

2012-07-20 Thread Reindl Harald
Am 20.07.2012 15:26, schrieb Kirill Bychkov: > Hello, > > I need to add the header "Header-Msg" based on the subject header. > I.e., if email with the subject "test", the my custom header should be > "Header-Msg: test". > > Is it real? how does a fantasy-header based on the subject-header ma

Re: add header to outgoing emails

2012-07-20 Thread Robert Schetterer
Am 20.07.2012 15:26, schrieb Kirill Bychkov: > Hello, > > I need to add the header "Header-Msg" based on the subject header. > I.e., if email with the subject "test", the my custom header should be > "Header-Msg: test". > > Is it real? http://www.postfix.org/header_checks.5.html may help --

add header to outgoing emails

2012-07-20 Thread Kirill Bychkov
Hello, I need to add the header "Header-Msg" based on the subject header. I.e., if email with the subject "test", the my custom header should be "Header-Msg: test". Is it real?