aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/exim_log.rb
Commit message (Expand)AuthorAgeLines
* Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-198/+0
* Updated wording of errorMatthew Landauer2012-10-11-1/+1
* request_sent? now handles postfix and eximMatthew Landauer2012-10-11-1/+12
* Add a commentMatthew Landauer2012-10-11-0/+4
* Method for checking whether a request has been sent that checks the postfix logMatthew Landauer2012-10-11-0/+6
* Rubyify loopsMatthew Landauer2012-10-11-6/+4
* Extract methodMatthew Landauer2012-10-11-15/+21
* New configuration MTA_LOG_TYPE to set whether we are using exim or postfix to...Matthew Landauer2012-10-11-9/+1
* Add comment about what happens when you use rotated log filesMatthew Landauer2012-10-11-0/+2
* Do a very naive simple way of automatically detecting whether this is an exim...Matthew Landauer2012-10-10-1/+9
* Don't get confused if there is no postfix queue idMatthew Landauer2012-10-10-1/+3
* Now can load postfix log files in the main methodMatthew Landauer2012-10-10-2/+9
* Rename methodMatthew Landauer2012-10-10-3/+3
* Add method for loading postfix log dataMatthew Landauer2012-10-10-0/+21
* Extract methodMatthew Landauer2012-10-10-2/+6
* Extract methodMatthew Landauer2012-10-10-4/+6
* Extract postfix queue ids from logsMatthew Landauer2012-10-10-0/+13
* Extract methodMatthew Landauer2012-10-10-13/+18
* stat is a class method on FileMatthew Landauer2012-10-10-1/+1
* Simplify a little moreMatthew Landauer2012-10-10-6/+2
* Inline temporary variableMatthew Landauer2012-10-10-3/+1
* Small refactor: make control flow a little cleanerMatthew Landauer2012-10-10-11/+7
* Creating EximLog record autosaves EximLogDone record anywayMatthew Landauer2012-10-10-3/+2
* Simplify creation of log lineMatthew Landauer2012-10-10-6/+1
* Send a warning to stdout when trying to load logs for non-existent info requestsMatthew Landauer2012-10-09-1/+3
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* External requests need not have exim log linesRobin Houston2012-08-20-1/+1
* Further annotation correctionsSeb Bacon2012-05-24-1/+1
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-2/+2
* Ensure model schema documentation is up to date.Seb Bacon2012-01-09-3/+3
* Don't abort check-recent-requests-sent if invalid exim line found. Fixes #269David Cabo2011-10-13-3/+3
* Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more flex...Robin Houston2011-06-21-1/+1
* Get rid of commented-out STDERR.puts messagesRobin Houston2011-06-21-2/+0
* Annotate models.Francis Irving2010-10-09-1/+1
* Update model annotations.Francis Irving2010-09-15-1/+1
* Update model annotations.Francis Irving2010-07-27-1/+1
* Add specific draft attribute.Francis Irving2010-07-15-1/+1
* Update model annotations.Francis Irving2010-07-15-1/+1
* Update model field comments.francis2009-09-17-2/+2
* Annotate models update.francis2009-06-26-2/+2
* Cope with .gz compressed log filesfrancis2009-06-16-4/+15
* Check a bit more.francis2009-06-16-5/+9
* Add charity registration number to database & edit form for public bodytony2009-04-13-2/+2
* Update models and schema for new tabletony2009-03-09-2/+2
* Note about exim log checking stuff.francis2009-03-09-2/+5
* Option to ban users.francis2009-03-09-2/+2
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-2/+2
* Put word in so can track down these cron emails.francis2009-02-27-2/+2
* Check that we get exim log lines OK.francis2009-02-09-1/+52
* Remove some debugging.francis2009-01-27-2/+2