 
            
            
            
            
                
                    Oct. 2, 2017
                
            
            
            
        
    
                5:34 p.m.
            
        On 02-Oct-17 13:28, Mark Sapiro wrote:
I'll be working on a fix. My inclination is to change all the regexp -confirm and -bounces table entries from, e.g., /^list-bounces@example\.com$/ to /^list-bounces(+.*)?@example\.com$/
Er, if you want it to work:
/^list-bounces@example\.com$/ to /^list-bounces(\+.*)?@example\.com$/ ^-------
.