Ticket #51 (closed defect: fixed)
Mail size is incorrectly recorded when mail is encrypted
| Reported by: | rjl | Owned by: | rjl@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.0.3 |
| Component: | amavisd-maia | Version: | 1.0.0 RC5 |
| Severity: | normal | Keywords: | encryption blowfish size encrypted |
| Cc: |
Description
Currently amavisd-maia gets its mail size figure from the upstream MTA, which reports the true size of the mail. This size figure is used to determine whether the mail is "oversized" and should bypass content filtering. In practice, however, the actual size of the mail being stored in the maia_mail table may be slightly larger than advertized, due to padding added by the Blowfish algorithm, if the mail is to be encrypted. The oversize check needs to be repeated after encryption takes place, essentially.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

