mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:31:58 +01:00
minor fixes
This commit is contained in:
parent
05e7731e63
commit
20345baf7d
2
configure
vendored
2
configure
vendored
@ -1330,7 +1330,7 @@ Optional Features:
|
||||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||
--with-database[=mysql|psql] use either mysql or psql database for storing data (default: none)
|
||||
--with-database[=mysql] select the used database, currently mysql only (default: none)
|
||||
--with-piler-user=username what user the piler daemon shall be run as
|
||||
|
||||
Some influential environment variables:
|
||||
|
@ -184,7 +184,7 @@ fi
|
||||
|
||||
|
||||
AC_ARG_WITH(database,
|
||||
[ --with-database[[=mysql|psql]] use either mysql or psql database for storing data (default: none)],[
|
||||
[ --with-database[[=mysql]] select the used database, currently mysql only (default: none)],[
|
||||
if test "$withval" != "no" -a "$withval" != "yes"; then
|
||||
DATABASE=$withval
|
||||
fi
|
||||
|
@ -114,6 +114,8 @@ int main(int argc, char **argv){
|
||||
|
||||
printf("spam: %d\n", sdata.spam_message);
|
||||
|
||||
if(sdata.internal_sender == 0 && sdata.internal_recipient == 0) printf("NOT IN mydomains\n");
|
||||
|
||||
printf("\n\n");
|
||||
|
||||
close_database(&sdata);
|
||||
|
Loading…
Reference in New Issue
Block a user