1
0
şunun yansıması https://github.com/rspamd/rspamd.git eşitlendi 2024-08-13 14:12:38 +02:00

Merge pull request #1206 from fatalbanana/php

[Minor] Remove duplicated rule
Bu işleme şunda yer alıyor:
Vsevolod Stakhov 2016-11-29 17:11:37 +00:00 işlemeyi yapan: GitHub
işleme ee81d64e6f
2 değiştirilmiş dosya ile 2 ekleme ve 9 silme

Dosyayı Görüntüle

@ -83,10 +83,10 @@ reconf['HAS_X_ANTIABUSE'] = {
group = "compromised_hosts"
}
reconf['PHP_EVALD_CODE'] = {
reconf['X_PHP_EVAL'] = {
re = "X-PHP-Script=/eval\\(\\)\\'d/Hi || X-PHP-Originating-Script=/eval\\(\\)\\'d/Hi",
description = "Message sent using eval'd PHP",
score = 5.0,
score = 4.0,
group = "compromised_hosts"
}

Dosyayı Görüntüle

@ -785,13 +785,6 @@ reconf['INVALID_POSTFIX_RECEIVED'] = {
group = 'header'
}
reconf['X_PHP_EVAL'] = {
re = "X-PHP-Originating-Script=/ : eval\\(\\)'d code$/X",
score = 4.0,
description = "Message sent by eval()'d PHP code",
group = 'header'
}
reconf['X_PHP_FORGED_0X'] = {
re = "X-PHP-Originating-Script=/^0\\d/X",
score = 4.0,