Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for X-VR-SPAMSCORE headers (OVH) #32

Open
dlh2 opened this issue Sep 27, 2021 · 2 comments
Open

Add support for X-VR-SPAMSCORE headers (OVH) #32

dlh2 opened this issue Sep 27, 2021 · 2 comments

Comments

@dlh2
Copy link
Contributor

dlh2 commented Sep 27, 2021

Is your feature request related to a problem? Please describe.
The Servers of my hosting provider (https://ovh.es/) only add spam-headers of the format:

X-VR-SPAMSTATE: SPAM
X-VR-SPAMSCORE: 800
X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvtddrudejiedgheehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucgorfhhihhshhhinhhgqdfuohhrthfjughrucdlfedttddmnegohfhorhgsihguuggvnhfjughrucdlhedttddmnecujfgurhephffufffvtgfgsehhjedttddttdejnecuhfhrohhmpeeulhhoohguucfrrhgvshhsuhhrvgcujfgvrghlthhhuceonhhorhgvphhlhiesphhhohhnhhhordhnvghtqeenucggtffrrghtthgvrhhnpeehfffhheeltedttdfgleejveejteffjeehjeduueejjeeileehleeuudffgefhleenucffohhmrghinhepnhhuihguhidrtghomhenucfkpheptddrtddrtddrtddpgeehrddugeekrddutddrvddtvdenucfhohhrsghiugguvghnjfgurhephffufffvtgfgsehhjedttddttdejnecurfhhihhshhhinhhgufhorhhtjfgurhepfffghffuvfgtsehhjedttddttdejnecuufhprghmkfhppfgvthifohhrkhepgeehrddugeekrddutddrvddtvdenuceurggutfgvphhuthffohhmrghinhepphhhohhnhhhordhnvghtnecuvehluhhsthgvrhfuihiivgepfeenucfrrghrrghmpehmohguvgepshhmthhppdhhvghlohepihhnfedvrdhmrghilhdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomheppdhrtghpthhtoheprggumhhinhesthgvmhgtohdrvghs

The add-on does not seem to recognize these. No Scores are shown.

Describe the solution you'd like
Add support for parsing these header fields in addition to X-VR-SPAMSCORE[...]

@friedPotat0
Copy link
Owner

Thank you for submitting this issue.

The add-on only supports headers of Rspamd, SpamAssassin and MailScanner at the moment. It should be no problem to support the X-VR-SPAMSCORE header and parse its score. The X-VR-SPAMCAUSE header seems to be in an encoded form. I've checked some examples of decoded versions of this header online, but the decoded form does not seem to contain any useable information.

@dlh2
Copy link
Contributor Author

dlh2 commented Sep 27, 2021

Well, the spam cause has its utility, but i'd rather just use the spamscore, as the OVH servers doesn't let you do much for spam, thanks for giving a fast response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants