aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFiles
2007-12-12* src/syslog_async.c: Include config.h, netinet/in.h and signal.hSergey Poznyakoff1
Conditionally include paths.h, provide replacements for _PATH_LOG and _PATH_CONSOLE if it is absent. Provide dummy replacement for MSG_NOSIGNAL and LOG_PERROR. (log_write_async): Ignore SIGPIPE if MSG_NOSIGNAL is not defined. * src/main.c: Conditionally compile syslog-async stuff. * src/Makefile.am: Likewise. * configure.ac: Check for paths.h. Restore previous meaning of --enable-syslog-async. (DEFAULT_SYSLOG_ASYNC): New variable. Raise version number to 4.2.1. * doc/mailfromd.texi: Reflect above-mentioned changes. * gacopyz/server.c, gacopyz/gacopyz.c: Rename all sun to s_un and sin to s_in, to avoid name clashes. * NEWS (4.2.1): New entry. git-svn-id: file:///svnroot/mailfromd/tags/release_4_2@1535 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Generate html docs using texi2htmlSergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1521 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Reimplement syslog-async. Thanks Simon Kelley for relicensing it under GPLv3.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1520 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-11* src/mu_dbm.c [WITH_GDBM] (mu_dbm_firstkey,mu_dbm_nextkey):Sergey Poznyakoff1
Return MU_ERR_NOENT instead of MU_ERR_FAILURE. * src/mailfromd.h (get_rate): New argument mincount * src/rate.c: Likewise * src/bi_other.m4 (rate): Optional argument mincnt * src/mtasim.c: Accept MAIL FROM: and RCPT TO: without extra space after `:'. * doc/mailfromd.texi, NEWS: Update git-svn-id: file:///svnroot/mailfromd/trunk@1509 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1507 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1502 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10* src/gram.y (on_cond): Fix coredump if target address is notSergey Poznyakoff1
specified. (vardecl): Signal error if an auto variable is doubly defined. * tests/testsuite.at (EX_OK--EX_CONFIG): New defines (MF_CHECK_TEXT): New macro Add poll04.at and ashadow.at * tests/ashadow.at, tests/poll04.at: New files * doc/mailfromd.texi: Minor fixes git-svn-id: file:///svnroot/mailfromd/trunk@1499 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09Use URL instead of FSF address in copyright statementsSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1496 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-30Relicense under the GPLv3Sergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-11Version 4.1Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1491 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-08UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1489 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-07UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1488 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1487 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1483 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1482 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29BugfixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1481 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-27Improve mfl-modeSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1479 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-26Add framework for Emacs MFL Major ModeSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1477 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-24Improve docsSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1471 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-23Support for built-in functions with varying number of arguments.Sergey Poznyakoff1
Implement a limited version of sprintf. git-svn-id: file:///svnroot/mailfromd/trunk@1467 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-17Fix a typoSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1452 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-12Fix typoSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1424 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-12Final updateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1423 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-12Update for the recent gnulib changesSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1422 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-11start cindexes with a lower case letterSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1421 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-11Use new version output format. Prepare for 4.0Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1419 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1415 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-06UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1414 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-06updateSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1413 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-05UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1412 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-05Fixup pidfile and portspec according to state directory settingsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1411 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-05Fix overfull boxesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1410 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-05UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1409 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-05UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1408 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-04FixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1406 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-04SIGHUP instructs `mailfromd' to restart itself.Sergey Poznyakoff2
Remove UNIX socket after closing it. git-svn-id: file:///svnroot/mailfromd/trunk@1405 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-01FixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1400 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-01Ensure begin blocks can set exception handlersSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1399 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-30Fix typoSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1398 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-30UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1396 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-30UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1395 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-28Minor wording fixesSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1394 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-28BugfixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1389 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-27updateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1388 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-27Implement begin/end statements. Allow to disable/enable cachingSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1387 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-26Fix typoSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1385 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-26UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1384 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-26Shut up gcc warnings and fix minor issuesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1383 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-25Fix typosSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1382 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.