vivek779: smart - you've commented on a closed issue....
vivek779
you told me not to open an issue
for asking questions
_smf_
Yeah - you should ask them here first.
And your question makes absolutely no sense to me at all.
Maybe try explaining it again here, but better.
vivek779
please explain does that smtp_proxy plugins able to send proxies on multiple server?
_smf_
What do you mean by 'send proxies'?
If you mean 'proxy the message to multiple servers' - then no - it doesn't.
DoubleMalt joined the channel
DoubleMalt has quit
dopesong joined the channel
DoubleMalt joined the channel
DoubleMalt joined the channel
maerwald
where does haraka parse the smtp email data into body+header objects? I'd like to access that function
_smf_
maerwald: mailheader.js and mailbody.js
maerwald
there is no documentation on them and I don't see where they are used
_smf_
They're internal functions, so not documented as you don't call the functions from plugins.
maerwald
I have a complete email as string and want to create the body/header objects. I only see "function (line)"... things in the mentioned modules
_smf_
Look at transaction.js - it gets fed incoming data from connection.js and uses mailheader.js and mailbody.js.
maerwald
I guess it's easier to use an external mail parser
_smf_
Yes
DoubleMalt has quit
DoubleMalt joined the channel
vivek779
hello smfreegard how do we use qmail-queue plugin
_smf_
no idea - I don't use it myself. Read the docs.
vivek779 has quit
lnb joined the channel
lnb
morning
cebka has quit
_smf_: wonder if you can help with this. Sending mail from my phone which uses our haraka smtpd server to myself but to a different domain name, goes to spam.
_smf_: looking at source, I see one spf pass, and 2 spf failures.
in the same email
one of the spf failures has the ip of my office where the cell phone is.
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE
so doesn't that basically say the mail is not spam?
maerwald
mh, I set "parse_body = true" and then called add_data() with all lines of my custom mail, yet it doesn't create the body object. Headers are created successfully though