| Title | We don't check the bugzilla_directory configuration parameter |
| Status | closed |
| Priority | essential |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | The configuration parameter bugzilla_directory names a directory in which the P4DTI will find a script called 'processmail'. We do not currently check that this parameter names a directory, or that the directory it names contains a processmail script. If either of these things is false, the P4DTI will fail to invoke the processmail script and so fail to send e-mail. |
| Analysis | Add checks to configure_bugzilla.py that (a) bugzilla_directory (if not None) names a directory and (b) that this directory contains an executable file called 'processmail'. |
| How found | manual_test |
| Evidence | Noted during configuration testing. |
| Introduced in | 0.5.0 |
| Created by | Nick Barnes |
| Created on | 2001-02-09 14:51:33 |
| Last modified by | Gareth Rees |
| Last modified on | 2001-12-10 19:22:30 |
| History | 2001-02-09 NB Created. 2001-02-19 GDR Downgraded to essential. |
| Change | Effect | Date | User | Description |
|---|---|---|---|---|
| 8236 | closed | 2001-02-09 14:52:33 | Nick Barnes | Add checks for bugzilla_directory. |