<attila.bruncsak@...> wrote:
> I am trying to use the spamd feature
> but I cannot make it to work for even a simple test e-mail.
> I understand that the 4.3.8 is a development snapshot
> but is that so trivially broken?
I do not use it. Manuel Badzong contributed it, perhaps he can comment?
Enrico Scholz and Petar Bogdanovic did send some fixes, therefore they
may have a word to say.
> (For example the queue-id is sent as a user name for spamd.)
Here is the offending code. Indeed the queud-id is sent as User:
snprintf(buffer, SPAMD_BUFLEN,
"CHECK SPAMC/1.2\r\n"
"Content-length: %d\r\n"
"User: %s\r\n\r\n",
(unsigned int)(priv->priv_msgcount + strlen(rcvhdr)),
priv->priv_queueid);
I can change that, but what should be in the User field? Or is it the
field name that must be changed? I am clueless.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] spamd feature
2011-04-08 by manu@netbsd.org
Attachments
- No local attachments were found for this message.