Hi!
The same happens on my machine after upgrading from OpenSuSE 12.1 to 12.2.
QT-Programs seem to be less affected than GTK-Programs and Gnome in
particular.
lg. Armin
tag #33 pending
thanks
The issue is hinted by the pipe man page:
"""
SINGLE-RECIPIENT DELIVERY
Some destinations cannot handle more than one recipient
per delivery request. Examples are pagers or fax machines.
In addition, multi-recipient delivery is undesirable when
prepending a Delivered-to: or X-Original-To: message
header.
To prevent Postfix from sending multiple recipients per
delivery request, specify
transport_destination_recipient_limit = 1
in the Postfix main.cf file, where transport is the name
in the first column of the Postfix master.cf entry for the
pipe-based delivery transport.
"""
So, I added a line
debbugs_destination_recipient_limit = 1
to postix's main.cf and the issue should be gone...
This will be the test mail.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
Processing commands for control(a)bugs.x2go.org:
> reassign #32 x2goserver
Bug #32 [x2goclient] x2gocleansessions not properly suspending disconnected sessions.
Bug reassigned from package 'x2goclient' to 'x2goserver'.
Ignoring request to alter found versions of bug #32 to the same values previously set
Ignoring request to alter fixed versions of bug #32 to the same values previously set
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
32: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=32
X2Go Bug Tracking System
Contact git-admin(a)x2go.org with problems
Processing commands for control(a)bugs.x2go.org:
> tags #20 pending
Bug #20 [x2goclient] x2goclient with DirectRDP on thin clients: regain control of the x2goclient window after end of DirectRDP session
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
20: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=20
X2Go Bug Tracking System
Contact git-admin(a)x2go.org with problems
Package: debbugs
Version: 2.4.2~exp2
Severity: normal
Considering the ATM latest Git code of debbugs:
http://git.donarmstrong.com/?p=debbugs.git;a=tree;h=445ef2a66a2f6e97760ca31…
With that code base, debbugs fails to process mails that have a
control header and the control@ address is used in Cc: field of the
mail.
What works is: sending a mail to control@ directly via To: field.
Mail example that fails being processed by the control code:
"""
To: <no>@bugs.domain.tld
Cc: control(a)bugs.domain.tld
Subject: <some subject>
tags #<no> pending
thanks
The issue has been fix in Git commit abcdefg.
Greets,
/me
"""
Mail example that succeeds being processed by the control code:
"""
to: control(a)bugs.domain.tld
Subject: <leave-empty-or-not>
tags #<no> pending
thanks
"""
I hopefully will find some time to provide a patch...
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…