Summary: | Ошибка в коде alterator-postfix-dovecot | ||||||
---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Стас <stas.grumbler> | ||||
Component: | alterator-postfix-dovecot | Assignee: | Anton V. Boyarshinov <boyarsh> | ||||
Status: | NEW --- | QA Contact: | qa-sisyphus | ||||
Severity: | major | ||||||
Priority: | P3 | CC: | boyarsh, cas, sem | ||||
Version: | unstable | Keywords: | patch | ||||
Hardware: | all | ||||||
OS: | Linux | ||||||
Attachments: |
|
На пакет. |
Created attachment 6151 [details] Патч к /usr/lib/alterator/backend3/postfix-dovecot Вместо переменной в коде оставлена строка-значение: $ grep -C 3 'postconf_read "message_size_limit"' /usr/lib/alterator/backend3/postfix-dovecot write_limit_param() { local v="$(postconf_read "message_size_limit")" write_string_param "$1" "$(($v / 1048576))" }