Hi guys,
i just finished my first version of a dspam plugin for qpsmtpd.
Here is the link to the plugin..
plz have a look at it.
http://wiki.debian-made.de//space/snipsnap-index/downloads/dspam
IT must be called before rcpt_ok plugin.
ps: how can i alter a message for each user diffrent ?
Hmm,
i m not using lmtpd at all just call dspam client and add the needed
header after that. So i just pass the message to dspam commandline
tool.
The dspam-imap-train.pl works greate vor my courier-imap installation.
Bye
Am Donnerstag, den 22.12.2005, 02:00 -0500 schrieb Bob Dodds:
> Nor
Hi,
beware that you need to restart qpsmtpd everytime you update the
aliasdomains file. If thats not what you want you need to parse the
aliasdomains file everytime you reach the rcpt_hook.
Cheers,
Norman
2009/1/29 Matt Sergeant :
> On Wed, 28 Jan 2009 16:23:01 +0100, Julien wrote:
>> The config
Hi all,
while writing a plugin for our new spamfilter implementation I noticed
some minor error in the documentation. From the documentation it
sounds like the hook_ok and hook_deny hooks get the previous hook as
parameter.. The truth is. it is the previous plugin.
Bye,
Norman
Here is a patch:
Hi guys,
are you interested in a max_rcpt and tarpit_plugin ? I would like to
contribute the two plugins back to you for inclusion ..
Bye,
Norman
Hi all,
I'm in the need of lookup the authenticated user (which was for
example provided by auth login) later in the plugin chain. I tried to
store it via transaction->note(...) but after digging a bit more
through the docs it seems like the transaction notes stuff get reset
before the mail from s
Nevermind I was overlookin the $self->auth_user; function.
Sorry for the noise..
Bye,
Norman
2010/3/10 Norman Maurer :
> Hi all,
>
> I'm in the need of lookup the authenticated user (which was for
> example provided by auth login) later in the plugin chain. I tri
Very interesting... Thanks for sharing!
Bye,
Norman
2011/9/13 David Nicol :
> okay...
>
>
> Is the difference entirely attributable to perl virtual ops taking
> longer than compiled V8, or is there an algorthmic difference, or some
> kind of choke limit that was reached?
>
> Matt Sergeant to me