Comment 1 for bug 1095422

Revision history for this message
Sandesh Kumar Agrawal (sakuag333) wrote :

in mailman.app.config , there is function _expand_paths(self) which contains :

queue_dir = category.queue_dir

this results in queue_dir to get added to self.path

and thus when ensure_directories_exist() is being called in config.py , it make a directory var/queue

removing "queue_dir = category.queue_dir " will not allow the directory to be formed.

Since i am new to mailman, can you please guide me , how to push this change to mailman 3 code ?