summaryrefslogtreecommitdiffstats
path: root/pym/elog_modules/mod_mail.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-261-20/+26
| | | | | | 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
* First bunch of simple logging modules.Marius Mauch2005-11-131-0/+54
svn path=/main/trunk/; revision=2307