so I'm in favour of another constant for hook_deny that's basically IGNORE or something.
ultimatt
me too
_smf_
Looking at plugins.js - it seems that was my original intention when I made hook_deny able to skip results.
Anyway - I have zero time to mess around with it right now.
The only issue I can see with this idea is if you have multiple plugins the hook deny.
s/the/on/
baudehlo
true.
But that's kinda the case now too with other hooks.
_smf_
Yeah - I guess so.
I think it's worth perusing as it simplifies the plugins and reduces the number of options required.
baudehlo
yeah that was my thinking too.
Otherwise every plugin has to implement config deny=true
vs a controlled_deny plugin which could do spamassassin=false; karma=true; etc.
_smf_ nods his head vigorously in agreement.
_smf_
baudehlo: I think I can actually see the problem
donspaulding joined the channel
lnb
ultimatt: got a sec?
ultimatt
if its only a minute, sure
DragonPunch1
I'm using node moduel called mailparser and it works great for things without attachments... however, if the e-mail has an attachment...when I try piping the mail object after doing JSON.stringify to it I get some weird data like: http://hastebin.com/omomacogut anyone knows where I'm going wrong?