From b3cb53c84fe5308674e0e05ed3c53ef670bbe313 Mon Sep 17 00:00:00 2001 From: Chimo Date: Sat, 7 Feb 2015 11:16:14 -0500 Subject: [PATCH] Document "process_links" option for attachments --- CONFIGURE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONFIGURE b/CONFIGURE index 644c90452f..217b32cc7c 100644 --- a/CONFIGURE +++ b/CONFIGURE @@ -538,6 +538,8 @@ in php.ini to be large enough to handle your upload. In httpd.conf (if you're using apache), check that the LimitRequestBody directive isn't set too low (it's optional, so it may not be there at all). +process_links: follow redirects and save all available file information + (mimetype, date, size, oembed, etc.). Defaults to true. file_quota: maximum size for a single file upload in bytes. A user can send any amount of notices with attachments as long as each attachment is smaller than file_quota.