Is it possible to dynamically adjust the priority of outgoing emails?
        Posted  
        
            by davethegr8
        on Server Fault
        
        See other posts from Server Fault
        
            or by davethegr8
        
        
        
        Published on 2010-03-26T22:00:08Z
        Indexed on 
            2010/03/26
            22:03 UTC
        
        
        Read the original article
        Hit count: 325
        
emailserver
This is more of a theoretical question, but is it possible to dynamically, and on an ongoing basis, adjust the priority of emails in the mail queue?
For example, for all mail, set it's priority (p) to 1 (meaning send immediately). If N emails in the last M share similar or identical content, adjust the priority of this email such that it's priority is in the range [0..1] so that p is equal to 1 - N/M and other email can get sent before the similar/identical stuff.
Or, if you have another idea or standard what is it?
Some background: Someone put a mail() call in an infinite loop... And now we have to wait for the mail queue to catch up before anyone can send or receive mail again.
© Server Fault or respective owner