aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-13 16:53:42 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-13 16:53:42 +0300
commitc60e857d7f35128b077eac4a30a5900925bb38e8 (patch)
treec9bae66b94b2cfbd7b8869abf1b1dbe34bcf51e9 /src/pies.h
parent8a4ba77068e5d7f6eab2cc1c1c10f31dcbccf7a6 (diff)
downloadpies-c60e857d7f35128b077eac4a30a5900925bb38e8.tar.gz
pies-c60e857d7f35128b077eac4a30a5900925bb38e8.tar.bz2
Bugfixes.
* README: Update. * configure.ac: Change bug-reporting address. * doc/pies.texi: Minor fixes. * src/pies.c: New configuration statements: mailer-program and mailer-command-line. (mailer_program, mailer_command_line) (mailer_argc, mailer_argv): New globals. * src/pies.h (mailer_program, mailer_command_line) (mailer_argc, mailer_argv): New globals. * src/progman.c (destroy_prog): Bugfix: update master program when destroying a retranslator. (send_msg): Several bugfixes. Use mailer_argc, mailer_argv instead of hardcoding sendmail command line. Remove invalid recipient addresses from the resulting command line.
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pies.h b/src/pies.h
index c57a104..751c2a2 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -169,8 +169,12 @@ extern char *log_tag;
extern int log_facility;
extern unsigned long shutdown_timeout;
extern struct component default_component;
-pies_acl_t pies_acl;
+extern pies_acl_t pies_acl;
extern limits_record_t pies_limits;
+extern char *mailer_program;
+extern char *mailer_command_line;
+extern int mailer_argc;
+extern char **mailer_argv;
void register_prog (struct component *comp);
size_t progman_running_count (void);

Return to:

Send suggestions and report system problems to the System administrator.