14 Jul
2009
14 Jul
'09
1:55 a.m.
Timo Sirainen schrieb:
On Mon, 2009-07-13 at 21:33 +0300, Nikita Koshikov wrote:
Now my expire-tool.sh looks like: #!/bin/bash MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} MAIL_PLUGINS=${MAIL_PLUGINS//mail_log/} exec ${0%.sh} "$@"
Maybe wiki should be updated to consider this trick ?
Kind of kludgy and shouldn't be needed but.. maybe it's rare enough of a problem until v2.0 fixes this. :)
just for info i have to use
#!/bin/bash MAIL_PLUGINS=${MAIL_PLUGINS//imap_quota/} MAIL_PLUGINS=${MAIL_PLUGINS//mail_log/} MAIL_PLUGINS=${MAIL_PLUGINS//virtual/} MAIL_PLUGINS=${MAIL_PLUGINS//imap_acl/} exec ${0%.sh} "$@"
and after a few tests no delete was done but as i played around a lot with new versions i am starting new tests to make sure something wents wrong