aboutsummaryrefslogtreecommitdiffstats
path: root/src/smtp_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add rewrite subject action implementation to SMTP proxy.Vsevolod Stakhov2010-10-271-7/+25
|
* Add add_header action to smtp proxy.Vsevolod Stakhov2010-10-261-0/+72
| | | | In raw mode scan stripped html parts when regexp are not 'raw'.
* Fix action settings (reported by Anton Nekhoroshih).Vsevolod Stakhov2010-10-251-0/+223
Split smtp code to 'utils', 'protocol' and 'worker' functions. * Add support of actions for smtp worker.