Ogogon !!! wrote: > Questions about greylist.db file: > > 1. Why in a file greylist.db the text list, instead of dbm-hash is used? > At me in it more than two hundred thousand records. At such quantity of > dbm-structure give appreciable increase in productivity. I can't answer this one. > > 2. Why at registration of the incoming letters in greylist.db such > convenient parameter, how Message-ID is not used? At the time of greylisting, the Message-ID is not known. You'll only know the message-id after the end of the SMTP DATA phase when the message has already been transfered. The only data available at the time of greylisting is: Remote IP Remote RDNS (if any) Remote HELO/EHLO string envelope from (ie: the MAIL FROM command) envelope recipient (ie: the RCPT TO command). That's all the information that has been provided by the remote server at the time milter-greylist decides to greylist or not. You don't know the contents of any message headers, or the body.
Message
Re: [milter-greylist] Questions about greylist.db file...
2005-10-26 by Matt Kettler
Attachments
- No local attachments were found for this message.