Line 371 in org.apache.james.transport.LinearProcessor :
recipients = new Vector();
this could be repalced with 
recipients = new ArrayList();
am I right?
I want do this because when My email's recipients reachs 20,000 or more ,the 
spoolmanager become very slow,and I want do something to make it fast.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to