On Thu, 25 Jun 2009, Rob Tanner wrote: > I¹ve got a policy listener in place. It merely logs the request and returns > an ³OK² and doesn¹t otherwise make any decisions. What I¹m noticing is many > of the client requests do not even contain the instance attribute. My > assumption from reading the documentation was that even a single recipient > message would contain an instance attribute with a unique value. Is that > incorrect? How do I interpret a request with no instance attribute?
In which phase of the SMTP transaction do you plug in your policy service? >From what I understand, the instance attribute does not exist until Postfix chooses/assigns a queue ID, which happens *after* the first RCPT TO command is accepted. If your policy service plugs in before that, there is no instance; therefore, the attribute is empty. -- Sahil Tandon <sa...@tandon.net>