diff --git a/faq.html b/faq.html
index 3f51084..d2fe279 100644
--- a/faq.html
+++ b/faq.html
@@ -72,6 +72,9 @@ milter-0.4.5 or later to remove this dependency.
set_flags() before calling runmilter(). For
instance, Milter.set_flags(Milter.ADDRCPT). You must add together
all of ADDHDRS, CHGBODY, ADDRCPT, DELRCPT, CHGHDRS that apply.
+
NOTE - recent versions default flags to enabling all features. You
+must now call set_flags() if you wish to disable features for
+efficiency.
+If you are running bms.py, then the block_chinese option in
+/etc/mail/pymilter.cfg controls this feature.
+
A. Sendmail has a problem with unix sockets on OpenBSD. Use
-an internet domain socket instead. For example, in sendmail.cf use
+
A. Sendmail has a problem with unix sockets on old versions of OpenBSD.
+Use an internet domain socket instead. For example, in
+sendmail.cf use
Xpythonfilter, S=inet:1234@localhostand change sample.py accordingly. +
OpenBSD users report that this problem has been fixed.