[Rspamd-Users] rspamd GUI scan/learn

G.W. Haywood rspamd at jubileegroup.co.uk
Sun Feb 23 11:04:42 UTC 2025


Hi there,

On Sun, 23 Feb 2025, luchris--- via Users wrote:

> For some reason, rspamd cannot scan any email larger than 100kb. Is there is 
> setting to increase this?

DEFAULT_MAX_MESSAGE (grep the source) for rspamd itself is quite a bit
bigger than 100k.  Perhaps you have a limit configured in your MTA, or
for example in whatever virus scanner - which will have its own limits?

$ grep -r max /.../rspamd-master/conf/
...
...
modules.d/external_services.conf:    # If `max_size` is set, messages > n bytes in size are not scanned
modules.d/external_services.conf:    max_size = 20000000;
modules.d/antivirus.conf:    # If `max_size` is set, messages > n bytes in size are not scanned
modules.d/antivirus.conf:    #max_size = 20000000;
modules.d/url_redirector.conf:  max_size = 10k; # maximum body to process
...
...

-- 

73,
Ged.


More information about the Users mailing list