# ‘시끄러운 단어 -\> 무시’가 게시물 제목에도 적용되나요?

**URL:** https://meta.discourse.org/t/does-watched-words-silence-work-on-post-titles/333567
**Category:** Support
**Created:** [10월 30, 2024, 8:29오전 UTC](https://meta.discourse.org/t/does-watched-words-silence-work-on-post-titles/333567 "2024-10-30T08:29:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![GaurangBlaze](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gaurangblaze/32/279249_2.png) [@GaurangBlaze](https://meta.discourse.org/u/GaurangBlaze)
#### Post date: [10월 30, 2024, 8:29오전 UTC](https://meta.discourse.org/t/does-watched-words-silence-work-on-post-titles/333567/1 "2024-10-30T08:29:22Z")

</div>

감시 단어 → 무음 설정(이 이미지에 표시된 바와 같이)은 게시물 제목과 본문 모두에 적용되는지, 아니면 본문에만 적용되는가요?

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/2/6/c267c4df4e5afb2530d73bd3ee5fcb493a2ebaec.png)

참고로, 스팸 필터링 가이드([Tips for Preventing Spam](https://meta.discourse.org/t/tips-for-preventing-spam/264020))의 제안에 따라 스팸을 필터링하기 위해 이 기능을 사용하고 있으며, 게시물 제목에도 적용되기를 원합니다.

추가로, 첫 번째 게시물뿐만 아니라 첫 24시간 내의 모든 게시물에 ‘감시 단어’ 설정을 적용할 수 있다면 스팸을 더 효과적으로 제한하는 데 큰 도움이 될 것입니다. 저희 경우 스팸 게시자가 의도적으로 첫 번째 게시물은 스팸이 아닌 것처럼 남겨두고, 그 뒤에 여러 개의 스팸 게시물을 연달아 올리는 방식을 사용하고 있습니다.

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [10월 30, 2024, 8:30오후 UTC](https://meta.discourse.org/t/does-watched-words-silence-work-on-post-titles/333567/2 "2024-10-30T20:30:21Z")

</div>

> [@GaurangBlaze](#):
>
> 감시 단어 → 침묵 설정(이 이미지에서 표시된 바와 같이)은 게시글 제목과 본문 모두에 적용되는지, 아니면 본문에만 적용되는 건가요?

해당 설정은 게시글 제목과 본문 모두에 적용됩니다.

---

<div class="post-metadata">

### Author: ![GaurangBlaze](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gaurangblaze/32/279249_2.png) [@GaurangBlaze](https://meta.discourse.org/u/GaurangBlaze)
#### Post date: [11월 1, 2024, 8:26오전 UTC](https://meta.discourse.org/t/does-watched-words-silence-work-on-post-titles/333567/3 "2024-11-01T08:26:02Z")

</div>

답변해 주셔서 감사합니다. Apparently 우리는 이 게시자(포스터)와 동일한 문제에 직면한 것 같습니다: [Send edits of approved posts back to approval queue - #9 by dacap](https://meta.discourse.org/t/send-edits-of-approved-posts-back-to-approval-queue/231377/9?u=gaurangblaze)

'감시 단어(Watched Words) → 무음(Silence)'이 스팸머의 첫 번째 게시물에만 적용된다는 점은 이해하고 있습니다. 스팸머의 첫 번째 게시물을 확인해 보았습니다(간단한 데이터 탐색 쿼리: `SELECT topic_id, id, last_editor_id, version from posts where user_id = <> order by created_at`). 스팸머들은 게시물의 첫 번째 버전에서 게시물 제목에 감시 단어를 유지하고 있음에도 불구하고, 첫 번째 게시물이 플래그가 걸리지 않고 있습니다.

코드를 확인해 보니 무음 처리가 실제로 게시물 제목에도 적용되고 있음을 알 수 있습니다.

> <https://github.com/discourse/discourse/blob/397d41008ea5afc81658eb0ba1f585e9c56bc8de/lib/new_post_manager.rb#L54>

따라서 왜 실제로는 이런 동작을 관찰하는지 조금 혼란스럽습니다 😅
