Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-17 Thread Linux via spamdyke-users
Sam, thank you very much for your answer. It is as you describe ... header without the "From" Ej: Oct 4 01:08:44 ns spamdyke[15166]: ALLOWED from: (unknown) to: i...@dominio.cl origin_ip: 157.55.234.249 origin_rdns: mail-db3hn0249.outbound.protection.outlook.com auth: (unknown) encryption: TLS

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-12 Thread Philip Rhoades via spamdyke-users
Sam, On 2015-10-12 09:45, Sam Clippinger via spamdyke-users wrote: I'm not sure I understand your question. If you want to block messages without a "From" line in their header, spamdyke can't do that. You may be able to use a secondary filter like maildrop to delete the message after it is acce

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-11 Thread Sam Clippinger via spamdyke-users
I'm not sure I understand your question. If you want to block messages without a "From" line in their header, spamdyke can't do that. You may be able to use a secondary filter like maildrop to delete the message after it is accepted however. -- Sam Clippinger On Oct 9, 2015, at 10:17 AM,

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-09 Thread Linux via spamdyke-users
sorry to hang me for this post, but I would consult them taking advantage of the conversation can be locked via e-mail comes without sender? I'm getting a lot of spam that has this pattern. Best regards, Paul 2015-10-03 1:05 GMT-03:00 Philip Rhoades via spamdyke-users < spamdyke-users@spamdyke.o

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-02 Thread Philip Rhoades via spamdyke-users
Sam, On 2015-10-02 23:47, Sam Clippinger via spamdyke-users wrote: I guess so, but remember the wildcarding uses globbing, not regexes. What I mean is: using "?*" is equivalent to just "*". Right. Also, the line has to contain at least one colon or spamdyke won't use it (message headers a

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-02 Thread Sam Clippinger via spamdyke-users
I guess so, but remember the wildcarding uses globbing, not regexes. What I mean is: using "?*" is equivalent to just "*". Also, the line has to contain at least one colon or spamdyke won't use it (message headers always use a colon to separate the field name from the value). Why not just use

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-02 Thread Philip Rhoades via spamdyke-users
On 2015-10-02 15:42, Philip Rhoades via spamdyke-users wrote: Sam, On 2015-09-26 01:12, Sam Clippinger via spamdyke-users wrote: The header blacklist file has a different format from the sender blacklist file, so just copying entries from one to the other won't work. You need to provide a patt

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-10-01 Thread Philip Rhoades via spamdyke-users
Sam, On 2015-09-26 01:12, Sam Clippinger via spamdyke-users wrote: The header blacklist file has a different format from the sender blacklist file, so just copying entries from one to the other won't work. You need to provide a pattern that matches the line(s) in the message header -- in your m

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-30 Thread Philip Rhoades via spamdyke-users
Martin, On 2015-09-26 22:10, Martin H. Sluka via spamdyke-users wrote: Sam wrote: For testing, you certainly can use telnet -- I do it all the time. Tip: You might want to have a look at Swaks (Swiss Army Knife for SMTP, http://www.jetmore.org/john/code/swaks/). I find it very convenient fo

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-26 Thread Martin H. Sluka via spamdyke-users
Sam wrote: > For testing, you certainly can use telnet -- I do it all the time. Tip: You might want to have a look at Swaks (Swiss Army Knife for SMTP, http://www.jetmore.org/john/code/swaks/). I find it very convenient for testing and monitoring purposes, especially if you want to perform simila

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-25 Thread Sam Clippinger via spamdyke-users
The header blacklist file has a different format from the sender blacklist file, so just copying entries from one to the other won't work. You need to provide a pattern that matches the line(s) in the message header -- in your mail client, you should have an option to "view message source" or "

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-24 Thread Philip Rhoades via spamdyke-users
Sam, On 2015-09-15 07:27, Sam Clippinger via spamdyke-users wrote: Actually, no. The sender-blacklist-* and recipient-blacklist-* filters operate on different data from the header-blacklist-* filters. The reason is because the sender and recipient addresses are given during the SMTP protocol an

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-14 Thread Sam Clippinger via spamdyke-users
Actually, no. The sender-blacklist-* and recipient-blacklist-* filters operate on different data from the header-blacklist-* filters. The reason is because the sender and recipient addresses are given during the SMTP protocol and aren't part of the message itself -- the addresses you see in yo

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-13 Thread Philip Rhoades via spamdyke-users
Sam, On 2015-09-14 11:38, Sam Clippinger via spamdyke-users wrote: I'm not entirely sure I understand your question... if the Reply-To address is always the same, you should be able to block it using the header blacklist filter. Ah . . OK - I will try that but doesn't that mean that: send

Re: [spamdyke-users] Blocking "Reply-To:" addresses

2015-09-13 Thread Sam Clippinger via spamdyke-users
I'm not entirely sure I understand your question... if the Reply-To address is always the same, you should be able to block it using the header blacklist filter. If you're wanting to compare the Reply-To address to the From address or the sender address, spamdyke doesn't have that ability. --