Re: [spamdyke-users] need to insert a special rule..

2012-01-09 Thread Eric Shubert
On 01/07/2012 07:39 AM, turgut kalfaoğlu wrote: For some reason, we have massive amounts of mail coming from facebook, to one local user. I am unable to stop it, because the From is different every time, there are hundreds of users in the To: header, and the local recipient is always one

Re: [spamdyke-users] need to insert a special rule..

2012-01-08 Thread turgut kalfaoğlu
In case anyone else needs it, here is my quick hack that stops mail coming from facebook to a local user called cem.duran: In spamdyke.c: 1) Find the line that starts with filter_identical_from_to(current_settings, current_settings-current_options- (etc -- huge line) 2) copy and paste

Re: [spamdyke-users] need to insert a special rule..

2012-01-08 Thread Sam Clippinger
Wait a second... you're trying to block messages where the envelope sender address is someone@facebook? Your previous message indicated that the From line was someone@facebook and the envelope sender was random. If your change below actually works for what you need, why not just use the

Re: [spamdyke-users] need to insert a special rule..

2012-01-08 Thread Sebastian Grewe
As mentioned earlier you can setup a per user blacklist which would accomplish that. Blacklist Facebook for just a single user. Check the documentation for config directories. It's a bit tricky but might help you to accomplish the same without patching spamdyke. Cheers, Sebastian On

[spamdyke-users] need to insert a special rule..

2012-01-07 Thread turgut kalfaoğlu
For some reason, we have massive amounts of mail coming from facebook, to one local user. I am unable to stop it, because the From is different every time, there are hundreds of users in the To: header, and the local recipient is always one local poor guy. I'm good at C programming and I'd like

Re: [spamdyke-users] need to insert a special rule..

2012-01-07 Thread turgut kalfaoğlu
Btw, it's hopeless trying to contact Facebook over such issues. God, I hate big companies with free services. -turgut On 01/07/2012 04:39 PM, turgut kalfaoğlu wrote: For some reason, we have massive amounts of mail coming from facebook, to one local user. I am unable to stop it, because the

Re: [spamdyke-users] need to insert a special rule..

2012-01-07 Thread turgut kalfaoglu
Unfortunately my plesk-qmail does not seem to have that patch installed. It's a huge pain to recompile qmail with plesk's patches, plus the empf.. -t On 07.01.2012 18:02, Eric Shubert wrote: On 01/07/2012 07:39 AM, turgut kalfaoğlu wrote: For some reason, we have massive amounts of mail coming

Re: [spamdyke-users] need to insert a special rule..

2012-01-07 Thread Eric Shubert
Too bad. I'm not suggesting you switch from plesk, but I use http://wiki.qmailtoaster.com which has eMPF built in, and is pretty simple to admin so long as you're comfortable with the CLI. -- -Eric 'shubes' On 01/07/2012 03:57 PM, turgut kalfaoglu wrote: Unfortunately my plesk-qmail does