Next Previous Contents

4.3 Writing the creator

Beware! The creator script is called with a simple exec. Thus, they cannot be ``inlined'' bash scripts. Example:

THIS IS BAD: MAILDIR_CREATOR="mkdir $(echo 'SELECT * FROM ...'|cut -f); chmod..."
There are few things to keep in mind when writing the mailcreator script:


Next Previous Contents