친구톡 스팸데이터 체크
This commit is contained in:
parent
efbadbd71c
commit
03644f7743
@ -519,7 +519,7 @@ public class KakaoSendUtil {
|
||||
|
||||
|
||||
// 스팸 단어 체크
|
||||
// exceptSpam는 사용자 스팸 단어 체크할건지에 대한 여부 Y : 체크
|
||||
// exceptSpam는 사용자 스팸 단어 체크할건지에 대한 여부 N : 체크
|
||||
if("N".equals(exceptSpamYn)) {
|
||||
// 친구톡 내용
|
||||
if(replaceYN) {
|
||||
@ -615,7 +615,7 @@ public class KakaoSendUtil {
|
||||
|
||||
for (String spmTxt : resultSpamTxt) {
|
||||
String parserStr = ComGetSpamStringParser.getSpamTextParse(spmTxt).trim();
|
||||
if (resultParser.contains(parserStr)) {
|
||||
if (resultParser.contains(parserStr) || chkText.contains(parserStr)) {
|
||||
spmCnt++;
|
||||
spmFilterTxt += spmTxt + ",";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user