~jonasvp/monjo/0.7

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Jonas Christian
  • Date: 2008-03-13 20:52:05 UTC
  • Revision ID: code@vonposer.de-20080313205205-r95qy6yafirduhrx
- Fix typos in licensing headers
- Add POP3 service check, based on work by Lewis Bergman <lbergman@ispdone.com>. Thanks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    ('ping', 'ping'),
12
12
    ('smtp', 'SMTP'),
13
13
    ('http', 'HTTP'),
 
14
    ('pop3', 'POP3'),
14
15
)
15
16
EMAIL_SUBJECT_PREFIX = '[monjo] '
16
17