It was reported in #6601 that aliases should be resolved when sending files via Adium. I came across a situation today where that is definitely not the desired behaviour.
A co-worker, also using Adium 1.0.4, was sending me an application that has 17 frameworks contained within. Of course, by design there are many aliases within each framework and there was a helper app also inside the application's Resources folder that makes use of the same frameworks, and so just aliased back to Contents/Frameworks (the helper app is only about 300Kb).
Normally, the application is 13.2MB. After being sent to me via Adium (the application was dragged to my AIM contact whereupon Adium zipped the app and sent it off) the application had ballooned to 95.2MB due to all the aliases in the frameworks being resolved. And, since the helper app aliases to Contents/Frameworks, a complete second copy of the directory was then placed within the helper app (30MB for the main app and 30MB for the helper app).
I feel this is an incorrect behaviour and posit that aliases should not be followed when sending files.
I see the milestone in #6601 is set as 1.1; did this change get rolled back into a 1.0.x release and is causing the behaviour I'm seeing, or is it something else?