I am new to JAMES and I have this query. When I receive an incoming SMTP message on the JAMES server installation, I want to have a callback which enables me to run some code (that may or may not change the message) before the message is actually stored.
For example, on receiving an incoming SMTP message and before the message is stored in the DB for that user, I want to execute my function that checks a system limit or some arbitrary value based on which I may or may not want to store the msg. Thanks in advance for your help. Saurabh
