On Mon, Mar 17, 2003 at 12:08:48PM -0500, Jesse Guardiani wrote: > It occurs to me that qmail users might be able to make use > of the QMAILQUEUE patch, and a custom script to check for > incoming mail to dated addresses and reject any dated > addresses that have expired before the SMTP conversation > finishes. No expired dated addresses in the pending queue, > and no expired dated emails in your mail server queue.
I am not certain on this, but I dont think you can 'reject' messages using QMAILQUEUE, although you could certainly deliver them into oblivion. I believe that QMAILQUEUE comes into place after qmail-smtpd has accepted the message and before the message is queued. You may be able to add a hook into the smtp_rcpt() function in qmail-smtpd.c though, but I imagine it would be difficult to do if you need to check many different crypt_keys of users where qmaild doesn't have access. It will be interesting to see what you come up with though. Good luck, Cory -- Cory Wright Stand Blue Technology http://www.standblue.net/ _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
