From: Alex van den Bogaerdt (no email)
Date: Tue Nov 02 2004 - 11:43:54 EST
On Tue, Nov 02, 2004 at 06:07:42PM +0200, Cami wrote:
> >>>for the same message. This means I thought it would be possible
> >>>to store all recipients into the database.
> So that call after end of smtpdata will not work for mails that
> have multiple recipients..
This is why the policy daemon would need to remember. The documentation
seems to indicate it can do so.
input> mail from:<sender>
call to policy daemon
input> rcpt to:<recipient1>
call to policy daemon
input> rcpt to:<recipient2>
call to policy daemon
input> rcpt to:<recipient3>
call to policy daemon
input> data
call to policy daemon
input> email headers and body
input> .
call to policy daemon (the proposed end_of_smtpdata stage)
_If_ my previous question can be answered with "you did understand the
documentation" then the instance attribute could collect all necessary
information to log sender, recipients, size and even type of message.
cheers,
Alex
|
|
|