summaryrefslogtreecommitdiffstats
path: root/pym/elog_modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo from the last revision (octal literals begin with 0).Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3503
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3502
* refactor elog mail stuff so it's reusable by other tools (like glsa-check)Marius Mauch2006-06-101-57/+18
| | | | svn path=/main/trunk/; revision=3484
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-0/+1
| | | | svn path=/main/trunk/; revision=3483
* move some elog defaults into make.globals, add new vars for mail from and ↵Marius Mauch2006-03-262-21/+30
| | | | | | subject (bug #116637), change default location for mod_save logfiles to PORT_LOGDIR/elog (bug #124165) svn path=/main/trunk/; revision=3014
* Split email addresses on the final "@" so as to allow "@" within the usernameJason Stubbs2005-12-301-1/+1
| | | | | | portion of the address. svn path=/main/trunk/; revision=2497
* fix custom module (bug #116024)Marius Mauch2005-12-192-4/+4
| | | | svn path=/main/trunk/; revision=2408
* minor glitch: EBUILD_PHASES is a list, no need to split() itMarius Mauch2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2308
* First bunch of simple logging modules.Marius Mauch2005-11-135-0/+101
svn path=/main/trunk/; revision=2307