[exim-dev] [Bug 3047] bad internal_store_malloc request (214…

Góra strony
Delete this message
Reply to this message
Autor: Exim Bugzilla
Data:  
Dla: exim-dev
Stare tematy: [exim-dev] [Bug 3047] New: bad internal_store_malloc request (2147483632 bytes) from function_store_get 66
Temat: [exim-dev] [Bug 3047] bad internal_store_malloc request (2147483632 bytes) from function_store_get 66
https://bugs.exim.org/show_bug.cgi?id=3047

--- Comment #8 from Niels Kobschaetzki <niels@???> ---
The problem is this transport in my case:

local_virtual_delivery:
driver = appendfile
maildir_format
delivery_date_add
envelope_to_add
return_path_add
directory = LDAP_TMAILBOX
quota = ${if exists {${home}/.exim_quota} {${lookup {quotasize} lsearch
{${home}/.exim_quota} {$value} {1000M}}} {${lookup {$domain:quotasize} lsearch
{VIRTUAL_DOMAINS_FILE} {$value} {1000M}}}}
quota_filecount = 400000
quota_is_inclusive = false
maildir_tag = ,S=$message_size
quota_size_regex = ,S=(\d+)
maildir_use_size_file = true
user = pop
group = exim
mode = 0660
directory_mode = 0770
#headers_add = ${if $h_}
headers_remove = "x-uidl:x-status:status"
headers_add = X-VISP-UniqueID:
${lc:${sha1:$local_part@$domain|$message_id|$sender_address|$tod_full}}


When I remove

quota_size_regex = ,S=(\d+)

the delivery works

--
You are receiving this mail because:
You are on the CC list for the bug.

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/