47051d970c
any emails that are received that come from an open relay as determined by your choice of RBL checking service (i.e. bl.spamcop.net). This is useful if you'd rather have the mail user agent (MUA) deal with potential spam rather than just blocking it in case you loose legitimate messages. Note that the X-RBL-Warning header is only set if the site was found to be an open-relay. For more information, see the rbl-milter website at: WWW: http://opensource.confusticate.com/rbl-milter/ RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com> PR: 45605 Submitted by: wolpert@codeheadsystems.com
19 lines
630 B
Text
19 lines
630 B
Text
*** configure.old Fri Nov 22 06:30:28 2002
|
|
--- configure Fri Nov 22 06:30:25 2002
|
|
***************
|
|
*** 1230,1236 ****
|
|
|
|
LDFLAGS="$LDFLAGS -L$SENDMAIL_OBJ/libmilter -L$SENDMAIL_OBJ/libsm -L$SENDMAIL_OBJ/libsmutil -L$SENDMAIL_OBJ/lib";
|
|
CFLAGS="$CFLAGS -Wall -Werror"
|
|
! LIBS="$LIBS -pthread -lpthread"
|
|
|
|
|
|
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
|
|
--- 1230,1236 ----
|
|
|
|
LDFLAGS="$LDFLAGS -L$SENDMAIL_OBJ/libmilter -L$SENDMAIL_OBJ/libsm -L$SENDMAIL_OBJ/libsmutil -L$SENDMAIL_OBJ/lib";
|
|
CFLAGS="$CFLAGS -Wall -Werror"
|
|
! LIBS="$LIBS -pthread -lc_r"
|
|
|
|
|
|
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
|