summaryrefslogtreecommitdiff
path: root/agent/pl
Commit message (Expand)AuthorAge
* Merge branch 'upstream'Manoj Srivastava2020-05-21
|\
| * Biffing for unknown charsets is now forced to ASCII.Raphael Manfredi2020-04-09
| * Dump environment variables in alphabetical order.Raphael Manfredi2020-04-08
| * Reduced continuation lines leading spaces to 4.Raphael Manfredi2018-12-20
| * Ensure news header formatting never emits blank lines.Raphael Manfredi2018-12-19
| * Changed news formatting to accommodate INN2 stringent rules.Raphael Manfredi2018-12-19
| * Fixed header::format() to avoid splitting within words.Raphael Manfredi2018-12-19
| * POST: drop empty header lines for INN2.Raphael Manfredi2018-12-18
| * Removed obsolete "defined @array", causing compilation errors now.Raphael Manfredi2018-12-18
| * biff::b64_to_txt(): added local variable to avoid messing with argument.Raphael Manfredi2017-04-25
| * biff::to_txt(): used improper de-reference of text line.Raphael Manfredi2017-04-25
| * Allow comments at the end of rules: introduced by '#' followed by a space.Raphael Manfredi2016-10-12
| * unquote_printable(): handle base64 encodings and pay attention to charsets.Raphael Manfredi2016-09-14
| * Parse MIME recursively to correctly biff when facing multipart/mixed messages.Raphael Manfredi2016-09-14
| * unmime(): compute the length of the kept entity instead of using the whole body.Raphael Manfredi2016-09-14
| * Added new "biffchars" config variable to control charset used on the terminal.Raphael Manfredi2016-09-13
| * file_secure(): always check as if we were doing an exec() on the file.Raphael Manfredi2016-09-13
| * The biff() routine was missing a ++ to prevent duplicate biffs on same tty.rmanfredi2015-02-12
| * Removed obsolete "defined(@array)" construct.rmanfredi2015-02-12
| * Make sure message IDs do not contain any '/' or DBR will not like it.rmanfredi2013-05-17
| * Adjustements due to announced removal of legacy perl4 routines after perl 5.14.rmanfredi2012-01-08
| * Removed unneeded agent/pl/ctime.pl.rmanfredi2011-12-23
| * Fixed previous patch (was missing scalar in front of localtime() call).rmanfredi2011-12-23
| * Applied patch from Julian Gilbey which fixed ctime() problem, replacting allrmanfredi2011-12-22
| * Added legacy ctime.pl file from the perl 5.10 distribution since ctime.pl isrmanfredi2011-07-06
| * Changed default compression program to "gzip" since the latter is almostrmanfredi2011-05-20
| * Applied patch from Yoshiaki Kasahara to shut up Perl 5.12 warnings.rmanfredi2011-05-18
| * POST: INN2 does not like Injection-* headers.rmanfredi2010-11-07
| * Ignore spurious trailing ";" at the end of the Content-Transfer-Encoding linermanfredi2010-09-16
| * Do not propagate Followup-To headers via POST, unless the value is "poster".rmanfredi2009-09-02
| * Be more picky about message IDs used for news: ensure there is but one "@".rmanfredi2009-09-02
| * Be even stricter with X- headers in POST: only let a few selectedrmanfredi2009-09-02
| * Have POST strip more headers from the message, since INN2 will rejectrmanfredi2009-09-01
| * Fixed formatting bug when headers had a trailing blank that happened to bermanfredi2008-07-02
| * Workaround perl 5.10 bug whereby $1 is reset in a regexp using /e if thermanfredi2008-07-01
| * Also remove ESC chars from tty output to avoid problems with escape sequences.rmanfredi2008-06-30
| * Biffing now probes the terminal size using a termios ioctl.rmanfredi2008-06-27
| * A bug in header'news_fmt() was at the origin of the behaviour of INN regardingrmanfredi2008-06-27
| * POST: special-case the References: line and the Subject: line to avoid anyrmanfredi2008-06-26
| * Added new header'news_fmt() routine which is similar to header'format() butrmanfredi2008-06-26
| * POST: use header'format() on header lines to avoid too long lines that wouldrmanfredi2008-06-26
| * Added the -b switch to FEED and PIPE to remove any content-transfer-encodingrmanfredi2008-06-25
| * Make sure we suggest the use of "-i" in mailopt when they use sendmail.rmanfredi2008-06-13
| * Protect against SIGPIPE during BOUNCE and FORWARD, relying on the exit codermanfredi2008-06-13
| * Must not lowercase the whole Content-Type header or we alter the boundary!rmanfredi2008-06-13
| * Fixed logging message and do not forget a charset can follow the content-type.rmanfredi2008-06-13
| * Added minimal MIME handling for biffing to extract the text/plain part ofrmanfredi2008-06-13
| * Emit the FILTERED line before trying to unlink the queued message or we won'trmanfredi2008-06-13
| * Added support for transfer-encoded bodies: mailagent will now decode thesermanfredi2008-06-13
| * Ensure fatal() works when mailagent called interactively with no config file.rmanfredi2008-06-11