> No, unfortunately - actually, it is my problem, the mail is not
> delivered and a failure notice is sent to the sender.
>
Looking back at the mails you send some day ago, I would guess that the email
address was (in the headers):
"Opodo bon plan via\nemail privileges\n"
<[email protected]>
While the sender was (MAIL FROM):
<&_1;@mailing.leadsponsorises.com>
Or something like that. I could fix the log entry for DSPAM to remove the
control characters but that will not solve your problem. But I can't solve your
problem when I can not 100% analyze it. My problem is that at least I need your:
- dspam.conf
- /etc/postfix/main.cf
- /etc/postfix/master.cf
- /etc/postfix/dspam_filter_access
The best would be if you could capture that message in raw format.
Another good thing would be if you could switch to 3.8.0 or even to 3.9.0 (GIT
version) and look if that solves your problem.
The mail seems to be some kind of newsletter or such. Right? If so: How can one
subscribe to that newsletter? How frequent are they sending their newsletter?
Another thing you could do is bypassing DSPAM for that particular sender. For
that create a file /etc/postfix/whitelist-leadsponsorises with following
content:
/^...@mailing\.leadsponsorises\.com$/ OK
And modify your smtpd_recipient_restrictions:
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unlisted_recipient,
reject_rbl_client bl.spamcop.net,
check_policy_service inet:127.0.0.1:60000 #Postgrey
check_sender_access pcre:${config_directory}/whitelist-leadsponsorises,
check_recipient_access pcre:/etc/postfix/dspam_filter_access,
permit
That should deliver the message without going over DSPAM. Then as soon as you
have that message, zip it and send it to the list here so we can analyze it.
That's all I can say for now. Without more information from your part, it's
hard to track and nail down the issue. The information you sent so far are not
enough.
> Cheers,
>
cheers,
> Julien
>
Steve
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user