A
A
Andrey2015-02-19 16:36:07
Mail server
Andrey, 2015-02-19 16:36:07

How did I get a letter from my email?

Today I received a message from my email with a domain name.
The sender's name has been changed.
In Reply-To, mail-gmail was specified, a letter was sent through a proxy from Microsoft Outlook Express 6.00.2900.5931.
Was it in Microsoft Outlook that they found a way to send a message under the guise of someone else's email, or could the message be sent through a script added to my site?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey, 2015-02-19
@01chernov

Any mail client can send a letter with any return address.
and not only from the client.
The question is different. Why did your mail server calmly accept such a letter and did not regard it as spam?!

P
Puma Thailand, 2015-02-20
@opium

Yes, you can set any headers for me. All scripts on dozens of servers send me mail from my google email

A
Alexey, 2015-02-20
@nerdsav

Puma: RIGHT.
SERGEY: And how to do it - whoever chooses what, for example, you decided to show telnet.
and therefore I do not see anything unusual that the server of the questioner accepts this mail.
in order to consider that this is spam, at least one of the addresses (from, to whom) does not belong to the domain, and spam / non-spam analysis is carried out not by headings, but by analyzing them and the body of the letter.
TO THE AUTHOR: bring the settings (checks) of your MTA, plz, without this, there's nothing.

0
0xD34F, 2017-10-29
@SuperPosan

const splitArr = (arr, chunks) =>
  [...Array(chunks)].map((_, c) => arr.filter((n, i) => i % chunks === c));

or
const splitArr = (arr, chunks) =>
  arr.reduce((acc, n, i) => ((acc[i % chunks] = acc[i % chunks] || []).push(n), acc), []);

U
urlasd, 2020-08-03
@urlasd

https://lodash.com/docs/4.17.15#chunk
_.chunk(array, [size=1])
Creates an array of elements split into groups the length of size. If array can't be split evenly, the final chunk will be the remaining elements.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question