Hi! I was wondering if there is a posibility to specify and use certain (environment?) variables during Exim filter processing.
My users' $home is set to /var/mail/$user/, in Maildir format. Those who have IMAP also have /var/imap/$user/, in Maildir format. During delivery $home is set to /var/mail/$user/, so doing | save test/ Saves the message to /var/mail/$user/test/new/. For every folder that i want to save to in the IMAP directory, i'd have to put the full path in the 'save' command: | save /var/imap/$user/test/ This is tedious, and cumbersome when i decide to change the path. Can i somehow pass the IMAP path in a variable and use that in my users' .forward files like so: | save $IMAP/test/ while still being able to say: | save test/ For normal 'inbox' delivery? I was unable to find such a posibility. Any ideas are appreciated! -Sndr. -- | "What allergies do you have?" "That would be fire. Makes my skin turn | red or black and it often oozes and blisters after exposure." | 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8 9BDB D463 7E41 08CE C94D -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
