Re: [AMaViS-user] /var/lib/amavis spool-files

2006-04-04 Thread Michael Sattler
Hi Mark, amavis reload does not delete leftover directories, these can be deleted manually (after you investigate what was causing them and fix the problem). See: http://www.ijs.si/software/amavisd/#faq-gen amavisd-nanny and your logs are your best friends. Mark Thanks a lot for the

[AMaViS-user] disable header-check in amavisd-new

2006-02-09 Thread Michael Sattler
Hello I´m running a small mailgateway with postfix, courier-imap, sqwebmail and fetchmail (with multidrop mailbox !) How can I disable the header-check in amavisd-new (debian sarge) ? Some mails were rejected because of non encoded 8 bit data in message header. Line 402

WG: [AMaViS-user] disable header-check in amavisd-new

2006-02-09 Thread Michael Sattler
Gary V wrote: To bypass header checks, you could add: @bypass_header_checks_acl = qw( . ); This sounds good ;-) I will try it. It is like the way disabling virus / spam check... Doesn´t it means, that mail with a bad header is still be delivered to the recipient ?? Yes, it should. This